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-10 08:13:10 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:13:10 +0300
commitc3d438272f2affb454869e11855d857f824c9772 (patch)
treefb494740c07ca6c406b36b850ff7158de15399f0 /include/tests_squid
parent6392bc08d15c865b24f4d2a08a0c206822e6be29 (diff)
Removed unneeded field for warnings and suggestions
Diffstat (limited to 'include/tests_squid')
-rw-r--r--include/tests_squid2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_squid b/include/tests_squid
index d1e5bb46..c9d12bd2 100644
--- a/include/tests_squid
+++ b/include/tests_squid
@@ -136,7 +136,7 @@
LogText "Result: file ${SQUID_DAEMON_CONFIG} is world readable, writable or executable and could leak information or passwords"
Display --indent 4 --text "- Checking Squid configuration file permissions" --result "${STATUS_WARNING}" --color RED
ReportSuggestion ${TEST_NO} "Check file permissions of ${SQUID_DAEMON_CONFIG} to limit access"
- ReportWarning ${TEST_NO} "M" "File permissions of ${SQUID_DAEMON_CONFIG} are not restrictive"
+ ReportWarning ${TEST_NO} "File permissions of ${SQUID_DAEMON_CONFIG} are not restrictive"
AddHP 0 2
else
LogText "Result: file ${SQUID_DAEMON_CONFIG} has proper file permissions"