blob: 4538b0b751b6a956e333d5bd079bf75ba7865cb7 [file] [log] [blame]
lh758261d2023-07-13 05:52:04 -07001# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled.
2inherit selinux
3
4PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}"