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:
authormboelen <michael@cisofy.com>2015-04-01 15:45:12 +0300
committermboelen <michael@cisofy.com>2015-04-01 15:45:12 +0300
commitd2175e833d55e02990141bdb7747d524d6f20244 (patch)
tree0a981c5fd33a4bdc2ef62044a4d62a9fe16073a0 /include/tests_malware
parentc2bbf4a0a7971e9846515f7c52b439e81e6a6e35 (diff)
Change description of test
Diffstat (limited to 'include/tests_malware')
-rw-r--r--include/tests_malware2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_malware b/include/tests_malware
index c7744dda..6465ab0e 100644
--- a/include/tests_malware
+++ b/include/tests_malware
@@ -63,7 +63,7 @@
#
# Test : MALW-3280
# Description : Check if an anti-virus tool is installed
- Register --test-no MALW-3280 --weight L --network NO --description "Check for clamscan"
+ Register --test-no MALW-3280 --weight L --network NO --description "Check if anti-virus tool is installed"
if [ ${SKIPTEST} -eq 0 ]; then
FOUND=0
MCAFEE_RUNNING=0