lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | # There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled. |
2 | inherit selinux | ||||
3 | |||||
4 | PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}" | ||||
5 | PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," |