diff --git a/include/tests_hardening b/include/tests_hardening index 93c01ff5..4ed6f8e5 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -105,9 +105,15 @@ AddHP 3 3 else LogText "Result: no malware scanner found" + if [$MACHINE_ROLE = "personal"]; then + Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color YELLOW + else + Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED + fi Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED ReportSuggestion ${TEST_NO} "Harden the system by installing at least one malware scanner, to perform periodic file system scans" "-" "Install a tool like rkhunter, chkrootkit, OSSEC" AddHP 1 3 + LogText "Result: no malware scanner found" fi fi #