aboutsummaryrefslogtreecommitdiffstats
path: root/classes/enable-audit.bbclass
blob: 4538b0b751b6a956e333d5bd079bf75ba7865cb7 (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')}"