From: Zbigniew Jędrzejewski-Szmek Date: Thu, 13 Apr 2017 23:45:05 +0000 (-0400) Subject: meson: ima support X-Git-Tag: v234~286^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2895c8ee9f28549438c1a522dd0e95ca52a6148c;p=thirdparty%2Fsystemd.git meson: ima support --- diff --git a/meson.build b/meson.build index ec1ab117002..ea65f1502a8 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 59e38515da1..25875ca031b 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')