diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-06 17:27:39 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2013-01-07 10:50:16 +0800 |
commit | 1a556fd26c180eb2f3d00c7023fc9b4aca6058c2 (patch) | |
tree | 25f8e62d8ad9fdc728cf419fb5fc68930c6a9b2d | |
parent | 098ad74b7c0d6eeb299cdecbe715094091711262 (diff) | |
download | meta-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.bb | 8 |
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 \ | |||
4 | in the Linux kernel." | 4 | in the Linux kernel." |
5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" | 5 | HOMEPAGE = "http://people.redhat.com/sgrubb/audit/" |
6 | SECTION = "base" | 6 | SECTION = "base" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | LICENSE = "GPLv2+ & LGPLv2+" | 8 | LICENSE = "GPLv2+ & LGPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 9 | LIC_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 | ||
20 | inherit autotools pythonnative | 20 | inherit autotools pythonnative update-rc.d |
21 | |||
22 | UPDATERCPN = "auditd" | ||
23 | INITSCRIPT_NAME = "auditd" | ||
24 | INITSCRIPT_PARAMS = "defaults" | ||
21 | 25 | ||
22 | SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" | 26 | SRC_URI[md5sum] = "dc099fcb2f9242d47ecc35b46d71dfd1" |
23 | SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" | 27 | SRC_URI[sha256sum] = "9865ca89f5b975ccf25441ddf45a874448f2bba944005aa8cd5e3c3148713a63" |