Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-13 10:30:16 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-13 10:30:16 +0300
commit4eafdb6c85ab520cb40b581b89b2345042e2d917 (patch)
tree869618c28debf1abad35fd2269981581e8d21a6b /include/tests_hardening
parent889a57fc030dbd49d775d43ff72bf8059c86122a (diff)
[HRDN-7230] extended test and style change
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 3db0cef2..ab4c61f0 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -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