mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-05-07 10:09:22 +00:00
systemd: enable ima and cryptsetup
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
PACKAGECONFIG_append += "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
|
||||
'cryptsetup', '', d)} \
|
||||
"
|
||||
@@ -0,0 +1,4 @@
|
||||
PACKAGECONFIG_append += "\
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
|
||||
'ima', '', d)} \
|
||||
"
|
||||
Reference in New Issue
Block a user