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>2015-07-22 13:21:36 +0300
committermboelen <michael@cisofy.com>2015-07-22 13:21:36 +0300
commitafaecd951297d2ad14266448f608668e7621bc50 (patch)
treed29b232297c04dec5be702dc9d1a631e670eff86 /include/tests_accounting
parent95d08a735a37d06e23c1bf9d290150c8178ad108 (diff)
Removing deprecated strings and cleaning up
Diffstat (limited to 'include/tests_accounting')
-rw-r--r--include/tests_accounting49
1 files changed, 2 insertions, 47 deletions
diff --git a/include/tests_accounting b/include/tests_accounting
index d32f4b33..146b7589 100644
--- a/include/tests_accounting
+++ b/include/tests_accounting
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2015, Michael Boelen (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -327,15 +327,6 @@
#
#################################################################################
#
- # Test : ACCT-9658
- # Description : Check required audit files in /etc/security
- #if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- #Register --test-no ACCT-9658 --os Solaris --preqs-met ${PREQS_MET} --weight L --network NO --description "Check required audit files"
- #if [ ${SKIPTEST} -eq 0 ]; then
- #fi
-#
-#################################################################################
-#
# Test : ACCT-9662
# Description : Check location for audit events
if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
@@ -368,22 +359,6 @@
#
#################################################################################
#
- # Test : ACCT-96xx
- # Description : Check which events are audited
- #if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- #Register --test-no ACCT-96xx --os Solaris --preqs-met ${PREQS_MET} --weight L --network NO --description "Check BSM auditing in module list"
- #if [ ${SKIPTEST} -eq 0 ]; then
-#
-#################################################################################
-#
- # Test : ACCT-96xx
- # Description : Check user specific event auditing
- #if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- #Register --test-no ACCT-96xx --os Solaris --preqs-met ${PREQS_MET} --weight L --network NO --description "Check user specific event auditing"
- #if [ ${SKIPTEST} -eq 0 ]; then
-#
-#################################################################################
-#
# Test : ACCT-9672
# Description : check auditstat
if [ ${SOLARIS_AUDITD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
@@ -405,26 +380,6 @@
#################################################################################
#
- # Test : ACCT-9680
- # Description : Check if required packages are installed
- #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 --description "Check BSM auditing in module list"
- #if [ ${SKIPTEST} -eq 0 ]; then
- #
- # Solaris 10 packages
- # bash-3.00# pkginfo | egrep 'SUNWcar|SUNWcsr|SUNWcsu|SUNWhea|SUNWman'
- #system SUNWcar Core Architecture, (Root)
- #system SUNWcsr Core Solaris, (Root)
- #system SUNWcsu Core Solaris, (Usr)
- #system SUNWhea SunOS Header Files
- #system SUNWman On-Line Manual Pages
-
-#
-#################################################################################
-#
-# Check psacct package (ac, lastcomm, accton, sa)
-# Check auditd (auditctl, ausearch, aureport)
-
wait_for_keypress
#