mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: ima support
This commit is contained in:
parent
1eeb43f5af
commit
2895c8ee9f
@ -945,6 +945,7 @@ foreach pair : [['utmp', 'HAVE_UTMP'],
|
|||||||
['rfkill', 'ENABLE_RFKILL'],
|
['rfkill', 'ENABLE_RFKILL'],
|
||||||
['ldconfig', 'ENABLE_LDCONFIG'],
|
['ldconfig', 'ENABLE_LDCONFIG'],
|
||||||
['efi', 'ENABLE_EFI'],
|
['efi', 'ENABLE_EFI'],
|
||||||
|
['ima', 'HAVE_IMA'],
|
||||||
]
|
]
|
||||||
|
|
||||||
if get_option(pair[0])
|
if get_option(pair[0])
|
||||||
|
@ -165,6 +165,8 @@ option('smack-run-label', type : 'string',
|
|||||||
description : 'run systemd --system itself with a specific SMACK label')
|
description : 'run systemd --system itself with a specific SMACK label')
|
||||||
option('polkit', type : 'combo', choices : ['auto', 'yes', 'no'],
|
option('polkit', type : 'combo', choices : ['auto', 'yes', 'no'],
|
||||||
description : 'PolicyKit support')
|
description : 'PolicyKit support')
|
||||||
|
option('ima', type : 'boolean',
|
||||||
|
description : 'IMA support')
|
||||||
|
|
||||||
option('audit', type : 'combo', choices : ['auto', 'yes', 'no'],
|
option('audit', type : 'combo', choices : ['auto', 'yes', 'no'],
|
||||||
description : 'libaudit support')
|
description : 'libaudit support')
|
||||||
|
Loading…
Reference in New Issue
Block a user