mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
6 lines
223 B
Plaintext
6 lines
223 B
Plaintext
# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled.
|
|
inherit selinux
|
|
|
|
PACKAGECONFIG:append = " ${@target_selinux(d, 'audit')}"
|
|
PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"
|