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:
Diffstat (limited to 'include/tests_banners')
-rw-r--r--include/tests_banners2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_banners b/include/tests_banners
index d25fc4d4..398fe28a 100644
--- a/include/tests_banners
+++ b/include/tests_banners
@@ -75,7 +75,7 @@
# if IsWorldWritable /etc/motd; then
# Display --indent 4 --text "- /etc/motd permissions" --result "${STATUS_WARNING}" --color RED
# LogText "Result: /etc/motd is world writable. Users can change this file!"
- # ReportWarning ${TEST_NO} "H" "/etc/motd is world writable"
+ # ReportWarning ${TEST_NO} "/etc/motd is world writable"
# else
# Display --indent 4 --text "- /etc/motd permissions" --result "${STATUS_OK}" --color GREEN
# LogText "Result: /etc/motd is not world writable."