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>2019-03-15 15:52:55 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-15 15:52:55 +0300
commit4a47bde240f271deb46341e66dc7a38fe8b1f4f6 (patch)
tree241afb2d0dbca7800b10ba916a82ea78ab0ec637 /include/tests_squid
parent89782f1e9835b319b67cd0231d574e3081dd32cf (diff)
Adjusted descriptions
Diffstat (limited to 'include/tests_squid')
-rw-r--r--include/tests_squid4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_squid b/include/tests_squid
index 3e1dbe2e..c9eb1b71 100644
--- a/include/tests_squid
+++ b/include/tests_squid
@@ -111,7 +111,7 @@
# Test : SQD-3610
# Description : Check Squid configuration options
if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! -z "${SQUID_DAEMON_CONFIG}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
- Register --test-no SQD-3610 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid version"
+ Register --test-no SQD-3610 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Gather Squid settings"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Checking all specific defined options in ${SQUID_DAEMON_CONFIG}"
FIND=$(${GREPBINARY} -v "^#" ${SQUID_DAEMON_CONFIG} | ${GREPBINARY} -v "^$" | ${AWKBINARY} '{gsub("\t"," ");print}' | ${SEDBINARY} 's/ /!space!/g')
@@ -126,7 +126,7 @@
#################################################################################
#
# Test : SQD-3613
- # Description : Check Squid configuration options
+ # Description : Check Squid configuration file permissions
if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! -z "${SQUID_DAEMON_CONFIG}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no SQD-3613 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Squid file permissions"
if [ ${SKIPTEST} -eq 0 ]; then