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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:22:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:22:00 +0300
commit2f4c854ba7790d1c8fb8c664daea6c971f18aa72 (patch)
treec3eed34233a165d56df1173b3f08e047b47ae47e /include/tests_shells
parent0b5af4ed387ea0582181e56a56609c4a633cb91f (diff)
Rename of categories, introduction of groups
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tests_shells b/include/tests_shells
index 9a060927..2fd5eeaf 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -48,7 +48,7 @@
# Test : SHLL-6202
# Description : check all console TTYs in which root user can enter single user mode without password
- Register --test-no SHLL-6202 --os FreeBSD --weight L --network NO --description "Check console TTYs"
+ Register --test-no SHLL-6202 --os FreeBSD --weight L --network NO --category security --description "Check console TTYs"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Checking console TTYs"
FIND=`egrep '^console' /etc/ttys | grep -v 'insecure'`
@@ -69,7 +69,7 @@
#
# Test : SHLL-6211
# Description : which shells are available according /etc/shells
- Register --test-no SHLL-6211 --weight L --network NO --description "Checking available and valid shells"
+ Register --test-no SHLL-6211 --weight L --network NO --category security --description "Checking available and valid shells"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Searching for /etc/shells"
if [ -f /etc/shells ]; then
@@ -99,7 +99,7 @@
#
# Test : SHLL-6220
# Description : check for idle session killing tools or settings
- Register --test-no SHLL-6220 --weight L --network NO --description "Checking available and valid shells"
+ Register --test-no SHLL-6220 --weight L --network NO --category security --description "Checking available and valid shells"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Search for session timeout tools or settings in shell"
IsRunning timeoutd
@@ -221,7 +221,7 @@
# Test : SHLL-6230
# Description : Check for umask values in shell configurations
SHELL_CONFIG_FILES="/etc/bashrc /etc/bash.bashrc /etc/csh.cshrc /etc/profile"
- Register --test-no SHLL-6230 --weight H --network NO --description "Perform umask check for shell configurations"
+ Register --test-no SHLL-6230 --weight H --network NO --category security --description "Perform umask check for shell configurations"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
HARDENING_POSSIBLE=0
@@ -272,7 +272,7 @@
#
# Test : SHLL-6290
# Description : Check for Shellshock vulnerability
- Register --test-no SHLL-6290 --weight H --network NO --description "Perform Shellshock vulnerability tests"
+ Register --test-no SHLL-6290 --weight H --network NO --category security --description "Perform Shellshock vulnerability tests"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
#Display --indent 2 --text "- Testing for Shellshock vulnerability"