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>2014-12-05 15:28:53 +0300
committermboelen <michael@cisofy.com>2014-12-05 15:28:53 +0300
commit50907dd21a0d77819b1915386cf3472b382d4f65 (patch)
tree5bc4197a2bc97807ca5a947e2f1946554242c9d9 /include/tests_hardening
parent767a8cf053241d9bd79890407a5111a5a79b65f1 (diff)
Remove suggestion from control, as it will be checked in HRDN-7222
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening2
1 files changed, 1 insertions, 1 deletions
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