mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
[HRDN-7230] extended test and style change
This commit is contained in:
parent
889a57fc03
commit
4eafdb6c85
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue