From fe5a41ec9b5557493a8edb8f411f05f50ac7e1a6 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 2 Mar 2021 16:52:04 +0800 Subject: packagegroup-core-selinux: add auditd Install auditd which will help the users debug and eliminate the audit logs on screen. Signed-off-by: Yi Zhao Signed-off-by: Joe MacDonald --- recipes-security/packagegroups/packagegroup-core-selinux.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/packagegroups/packagegroup-core-selinux.bb b/recipes-security/packagegroups/packagegroup-core-selinux.bb index a4cf1b8..568aaac 100644 --- a/recipes-security/packagegroups/packagegroup-core-selinux.bb +++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb @@ -24,4 +24,5 @@ RDEPENDS_${PN} = " \ selinux-labeldev \ refpolicy \ coreutils \ + auditd \ " -- cgit v1.2.3-54-g00ecf