From 2f4c854ba7790d1c8fb8c664daea6c971f18aa72 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 24 Jul 2016 17:22:00 +0200 Subject: Rename of categories, introduction of groups --- include/tests_shells | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/tests_shells') 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" -- cgit v1.2.3