From 50907dd21a0d77819b1915386cf3472b382d4f65 Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 5 Dec 2014 13:28:53 +0100 Subject: [PATCH] Remove suggestion from control, as it will be checked in HRDN-7222 --- include/tests_hardening | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_hardening b/include/tests_hardening index 840f1c4d..11decea5 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -23,6 +23,7 @@ # # Test : HRDN-7220 # 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" if [ ${SKIPTEST} -eq 0 ]; then logtext "Test: Check if one or more compilers can be found on the system" @@ -33,7 +34,6 @@ else 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 - 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 fi fi