Remove suggestion from control, as it will be checked in HRDN-7222

This commit is contained in:
mboelen 2014-12-05 13:28:53 +01:00
parent 767a8cf053
commit 50907dd21a
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
# #
# Test : HRDN-7220 # Test : HRDN-7220
# Description : Check for installed compilers # Description : Check for installed compilers
# Notes : No suggestion for hardening compilers, as HRDN-7222 will take care of that
Register --test-no HRDN-7220 --weight L --network NO --description "Check if one or more compilers are installed" Register --test-no HRDN-7220 --weight L --network NO --description "Check if one or more compilers are installed"
if [ ${SKIPTEST} -eq 0 ]; then if [ ${SKIPTEST} -eq 0 ]; then
logtext "Test: Check if one or more compilers can be found on the system" logtext "Test: Check if one or more compilers can be found on the system"
@ -33,7 +34,6 @@
else else
logtext "Result: found installed compiler. See top of logfile which compilers have been found or use grep to filter on 'compiler'" logtext "Result: found installed compiler. See top of logfile which compilers have been found or use grep to filter on 'compiler'"
Display --indent 4 --text "- Installed compiler(s)" --result "FOUND" --color RED Display --indent 4 --text "- Installed compiler(s)" --result "FOUND" --color RED
ReportSuggestion ${TEST_NO} "Harden the system by removing unneeded compilers. This might decrease the chance of customized trojans, backdoors and rootkits to be compiled and installed"
AddHP 1 3 AddHP 1 3
fi fi
fi fi