summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-13 19:45:05 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:28 -0400
commit2895c8ee9f28549438c1a522dd0e95ca52a6148c (patch)
treed70f1b2f076694e48f4610405eec052716a3dc7a
parent1eeb43f5afed1405402f37a2546d1e923030c487 (diff)
meson: ima support
-rw-r--r--meson.build1
-rw-r--r--meson_options.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ec1ab11700..ea65f1502a 100644
--- a/meson.build
+++ b/meson.build
@@ -945,6 +945,7 @@ foreach pair : [['utmp', 'HAVE_UTMP'],
['rfkill', 'ENABLE_RFKILL'],
['ldconfig', 'ENABLE_LDCONFIG'],
['efi', 'ENABLE_EFI'],
+ ['ima', 'HAVE_IMA'],
]
if get_option(pair[0])
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')