diff options
Diffstat (limited to 'classes/enable-audit.bbclass')
-rw-r--r-- | classes/enable-audit.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/enable-audit.bbclass b/classes/enable-audit.bbclass index 4538b0b..17bcc8e 100644 --- a/classes/enable-audit.bbclass +++ b/classes/enable-audit.bbclass | |||
@@ -1,4 +1,4 @@ | |||
1 | # There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled. | 1 | # There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled. |
2 | inherit selinux | 2 | inherit selinux |
3 | 3 | ||
4 | PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}" | 4 | PACKAGECONFIG:append = " ${@target_selinux(d, 'audit')}" |