Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-09-09 01:51:27 +0400
committermboelen <michael@cisofy.com>2014-09-09 01:51:27 +0400
commit56cc2df2c22d017e4acc5c5fbd659f4e20d9c2fa (patch)
tree6ed86103d4aaf913b3caf4e3f4e9c0fd1773a909 /include/tests_accounting
parent691019f9ae13ea4fdcbf9891a7005ff3f976324d (diff)
Adjustments to allow non-privileged scan and reduce errors on screen
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index e6036b6a..e751b059 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -136,7 +136,7 @@
# Test : ACCT-9630
# Description : Check auditd rules
if [ ! "${AUDITDBINARY}" = "" -a ! "${AUDITCTLBINARY}" = "" -a ${AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no ACCT-9630 --os Linux --preqs-met ${PREQS_MET} --weight L --network NO --description "Check for auditd rules"
+ Register --test-no ACCT-9630 --os Linux --preqs-met ${PREQS_MET} --weight L --network NO --root-only YES --description "Check for auditd rules"
if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: Checking auditd rules"
FIND=`${AUDITCTLBINARY} -l | grep -v "No rules"`