summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-06 17:27:39 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-07 10:50:16 +0800
commit1a556fd26c180eb2f3d00c7023fc9b4aca6058c2 (patch)
tree25f8e62d8ad9fdc728cf419fb5fc68930c6a9b2d
parent098ad74b7c0d6eeb299cdecbe715094091711262 (diff)
downloadmeta-selinux-1a556fd26c180eb2f3d00c7023fc9b4aca6058c2.tar.gz
audit: enable auditd service for default runlevels
CQID: WIND00397456 Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-security/audit/audit_2.2.1.bb8
1 files 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 \
4in the Linux kernel." 4in the Linux kernel."
5HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" 5HOMEPAGE = "http://people.redhat.com/sgrubb/audit/"
6SECTION = "base" 6SECTION = "base"
7PR = "r3" 7PR = "r4"
8LICENSE = "GPLv2+ & LGPLv2+" 8LICENSE = "GPLv2+ & LGPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 9LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
10 10
@@ -17,7 +17,11 @@ SRC_URI += "file://2.2.1-audit-for-cross-compiling.patch \
17 file://sbin-in-usr.patch \ 17 file://sbin-in-usr.patch \
18 file://auditd" 18 file://auditd"
19 19
20inherit autotools pythonnative 20inherit autotools pythonnative update-rc.d
21
22UPDATERCPN = "auditd"
23INITSCRIPT_NAME = "auditd"
24INITSCRIPT_PARAMS = "defaults"
21 25
22SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" 26SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1"
23SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" 27SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63"