mirror of https://github.com/CISOfy/lynis.git
[HRDN-7230] Show single line when no malware scanner was detected
This commit is contained in:
parent
b3dffbf750
commit
77ebb23320
|
@ -110,7 +110,6 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in New Issue