diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-14 01:45:05 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-24 03:47:28 +0200 |
commit | 2895c8ee9f28549438c1a522dd0e95ca52a6148c (patch) | |
tree | d70f1b2f076694e48f4610405eec052716a3dc7a /meson_options.txt | |
parent | meson: libxkbcommon support (diff) | |
download | systemd-2895c8ee9f28549438c1a522dd0e95ca52a6148c.tar.xz systemd-2895c8ee9f28549438c1a522dd0e95ca52a6148c.zip |
meson: ima support
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 59e38515da..25875ca031 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -165,6 +165,8 @@ option('smack-run-label', type : 'string', description : 'run systemd --system itself with a specific SMACK label') option('polkit', type : 'combo', choices : ['auto', 'yes', 'no'], description : 'PolicyKit support') +option('ima', type : 'boolean', + description : 'IMA support') option('audit', type : 'combo', choices : ['auto', 'yes', 'no'], description : 'libaudit support') |