mirror of https://github.com/CISOfy/lynis.git
Remove suggestion from control, as it will be checked in HRDN-7222
This commit is contained in:
parent
767a8cf053
commit
50907dd21a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue