mirror of https://github.com/CISOfy/lynis.git
[HRDN-7230] extended test and style change
This commit is contained in:
parent
889a57fc03
commit
4eafdb6c85
|
@ -103,10 +103,10 @@
|
|||
LogText "Result: found at least one malware scanner"
|
||||
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_FOUND}" --color GREEN
|
||||
AddHP 3 3
|
||||
else
|
||||
else
|
||||
LogText "Result: no malware scanner found"
|
||||
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"
|
||||
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
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue