aboutsummaryrefslogtreecommitdiffstats
path: root/classes/enable-audit.bbclass
blob: 17bcc8e3ff6fea7ae9cf092e9f6003491a092296 (plain)
1
2
3
4
# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled.
inherit selinux

PACKAGECONFIG:append = " ${@target_selinux(d, 'audit')}"