aboutsummaryrefslogtreecommitdiffstats
path: root/classes/enable-audit.bbclass
blob: 5820a38282f5bd28b9b4d74c809d4b8bc1493fa3 (plain)
1
2
3
4
5
# 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,"