[yocto] [meta-selinux][PATCH] packagegroup-core-selinux: add auditd support for audit log

Shrikant Bobade bobadeshrikant at gmail.com
Wed Aug 24 03:41:07 PDT 2016


From: Shrikant Bobade <shrikant_bobade at mentor.com>

this change provide dependency required by audit log file, to prepare it at
/var/log/audit/audit.log and get cleaner boot log.
without this change all avc denial messages mix with the boot log & it is
difficult for avc denial analysis.

Signed-off-by: Shrikant Bobade <shrikant_bobade at mentor.com>
---
 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 9c74458..a0152a9 100644
--- a/recipes-security/packagegroups/packagegroup-core-selinux.bb
+++ b/recipes-security/packagegroups/packagegroup-core-selinux.bb
@@ -27,4 +27,5 @@ RDEPENDS_${PN} = " \
 	selinux-labeldev \
 	refpolicy \
 	coreutils \
+	auditd \
 	"
-- 
1.9.1




More information about the yocto mailing list