]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: ima support
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Apr 2017 23:45:05 +0000 (19:45 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 24 Apr 2017 01:47:28 +0000 (21:47 -0400)
meson.build
meson_options.txt

index ec1ab117002bde36d4a5cc2cad522d2e88398a3e..ea65f1502a86305e297c5e50b688021ba1056e56 100644 (file)
@@ -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])
index 59e38515da126a4f14a68ee46dd25c1d161e4672..25875ca031b2edd72b1c8c549526a75e1368d7c5 100644 (file)
@@ -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')