From 1a556fd26c180eb2f3d00c7023fc9b4aca6058c2 Mon Sep 17 00:00:00 2001 From: Xin Ouyang Date: Sun, 6 Jan 2013 17:27:39 +0800 Subject: audit: enable auditd service for default runlevels CQID: WIND00397456 Signed-off-by: Xin Ouyang --- recipes-security/audit/audit_2.2.1.bb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-security/audit/audit_2.2.1.bb b/recipes-security/audit/audit_2.2.1.bb index 5dabf0d..e12c90a 100644 --- a/recipes-security/audit/audit_2.2.1.bb +++ b/recipes-security/audit/audit_2.2.1.bb @@ -4,7 +4,7 @@ storing and searching the audit records generated by the audit subsystem \ in the Linux kernel." HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" SECTION = "base" -PR = "r3" +PR = "r4" LICENSE = "GPLv2+ & LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" @@ -17,7 +17,11 @@ SRC_URI += "file://2.2.1-audit-for-cross-compiling.patch \ file://sbin-in-usr.patch \ file://auditd" -inherit autotools pythonnative +inherit autotools pythonnative update-rc.d + +UPDATERCPN = "auditd" +INITSCRIPT_NAME = "auditd" +INITSCRIPT_PARAMS = "defaults" SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" -- cgit v1.2.3-54-g00ecf