mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONFIG audit from enable-audit.bbclass. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
# There is still no audit DISTRO_FEATURE, so enable audit when selinux feature enabled.
|
|
inherit selinux
|
|
|
|
PACKAGECONFIG_append = " ${@target_selinux(d, 'audit')}"
|