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:
authormslifcak <slifcan@gmail.com>2018-02-09 14:37:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-02-09 14:37:10 +0300
commitc170f1fc0a2dc327921e83cac40edfe0b3bb3ab2 (patch)
treed5f115716c0b8946b0e4c0b9b7aa0b34511ce77c /include/tests_accounting
parent47d81cfb59f4390500416f9e6bfd045aa9100528 (diff)
Pin db sync (#519)
* fix testname in one Register and four comments * remove db dup MAIL-8816; add db AUTH-9489 BOOT-5261 CORE-1000 FILE-6363 FILE-6439 KRNL-5831 MAIL-8817 SINT-7010 USB-3000 * fix description PLGN-3856
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index 2651a457..3389bc43 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -353,7 +353,7 @@
#
#################################################################################
#
- # Test : ACCT-9662
+ # Test : ACCT-9660
# Description : Check location for audit events
if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no ACCT-9660 --os Solaris --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check location of audit events"
@@ -386,7 +386,7 @@
#
#################################################################################
#
- # Test : ACCT-9672
+ # Test : ACCT-9662
# Description : check auditstat
if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no ACCT-9662 --os Solaris --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Solaris auditing stats"