aboutsummaryrefslogtreecommitdiffstats
path: root/classes/with-audit.bbclass
blob: 0c15312f939c2efb46ba16903753b8c461b001f3 (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] = "--with-audit,--without-audit,audit,"