mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Add bbclasses only for target packages to enable selinux support, not native/nativesdk/cross/crosssdk pacakges. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
6 lines
225 B
Plaintext
6 lines
225 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] = "--enable-audit,--disable-audit,audit,"
|