From f85d33fe427734c4348252b02dd5cf307ea14277 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 7 Apr 2015 17:17:35 +0200 Subject: [PATCH] Improved text for malware scanner suggestion --- include/tests_hardening | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/tests_hardening b/include/tests_hardening index ad10e568..592e8b16 100644 --- a/include/tests_hardening +++ b/include/tests_hardening @@ -5,8 +5,8 @@ # Lynis # ------------------ # -# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands -# Web site: http://www.rootkit.nl +# Copyright 2007-2015, Michael Boelen, CISOfy (michael.boelen@cisofy.com) +# Web site: https://cisofy.com # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. @@ -102,7 +102,7 @@ else logtext "Result: no malware scanner found" Display --indent 4 --text "- Installed malware scanner" --result "NOT FOUND" --color RED - ReportSuggestion ${TEST_NO} "Harden the system by installing one or malware scanners 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" AddHP 1 3 fi fi @@ -126,4 +126,4 @@ wait_for_keypress # #================================================================================ -# Lynis - Copyright 2007-2015, Michael Boelen - www.rootkit.nl - The Netherlands +# Lynis - Copyright 2007-2015, Michael Boelen, CISOfy - https://cisofy.com