>From 071768eb83c01c6d52c2e454bf156c7f30e9da9c Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Sat, 25 Feb 2012 16:58:21 -0500 Subject: [PATCH 21/24] Created audit_sysctl_parameters Created audit_sysctl_parameters to audit sysctl changes Need to create matching cce --- rhel6/src/input/system/auditing.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/rhel6/src/input/system/auditing.xml b/rhel6/src/input/system/auditing.xml index 6a3a1f0..fc618d0 100644 --- a/rhel6/src/input/system/auditing.xml +++ b/rhel6/src/input/system/auditing.xml @@ -443,6 +443,19 @@ to have an audit trail of modules that have been introduced into the kernel. + +Audit Changes to Kernel Parameters +User definable kernel configuration details are held within the /etc/sysctl.conf file. To audit changes to this file, add the following to /etc/audit/audit.rules: +
+
# audit_sysctl_parameters 
+-w /etc/sysctl.conf -p wa -k audit_sysctl_parameters
+
+ + + + +
+ Audit Alterations to System Startup Scripts Red Hat Enterprise Linux 6 utilizes the init subsystem to boot and start/stop services. To audit the init process add the following lines to /etc/audit/audit.rules: -- 1.7.1