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:12:58 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-10 08:12:58 +0300
commitb2ee2ffff1aeb6d03a284a0146e90fe20700792a (patch)
tree020cf5ea2e4d1321711532808c6089a8f63b2350 /include/tests_shells
parent3c4aee1358f8e6af845dd2d4594de1d32c313a12 (diff)
Removed unneeded field for warnings and suggestions
Diffstat (limited to 'include/tests_shells')
-rw-r--r--include/tests_shells2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_shells b/include/tests_shells
index ad2e4983..936ed77b 100644
--- a/include/tests_shells
+++ b/include/tests_shells
@@ -60,7 +60,7 @@
LogText "Result: Found insecure console in /etc/ttys. Single user mode login without password allowed!"
LogText "Output /etc/ttys:"
LogText "${FIND}"
- ReportWarning ${TEST_NO} "M" "Found unprotected console in /etc/ttys"
+ ReportWarning ${TEST_NO} "Found unprotected console in /etc/ttys"
LogText "Possible solution: Change the console line from 'secure' to 'insecure'."
fi
fi