summaryrefslogtreecommitdiff
path: root/meson_options.txt
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 /meson_options.txt
parent1eeb43f5afed1405402f37a2546d1e923030c487 (diff)
downloadsystemd-2895c8ee9f28549438c1a522dd0e95ca52a6148c.tar.gz
meson: ima support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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')