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:
authorAlexander Lobodzinski <alobodzinski@users.noreply.github.com>2015-09-22 13:00:44 +0300
committerAlexander Lobodzinski <alobodzinski@users.noreply.github.com>2015-09-22 13:00:44 +0300
commitd80bf2f437bb64a112540eb20d58c8db2c3b632b (patch)
treeae55228cf92991aef05eccb80d13939461f9d4ca /include/tests_hardening
parentadc57330f6591d905a0216c80725692fa6b38eaa (diff)
Bugfix: wrong logtext for HRDN-7230
Diffstat (limited to 'include/tests_hardening')
-rw-r--r--include/tests_hardening2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_hardening b/include/tests_hardening
index 713264b9..69cca70c 100644
--- a/include/tests_hardening
+++ b/include/tests_hardening
@@ -96,7 +96,7 @@
# Description : Check for installed malware scanners
Register --test-no HRDN-7230 --weight L --network NO --description "Check for malware scanner"
if [ ${SKIPTEST} -eq 0 ]; then
- logtext "Test: Check if one or more compilers can be found on the system"
+ logtext "Test: Check if a malware scanner is installed"
if [ ${MALWARE_SCANNER_INSTALLED} -eq 1 ]; then
logtext "Result: found at least one malware scanner"
Display --indent 4 --text "- Installed malware scanner" --result "FOUND" --color GREEN