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:
authormboelen <michael@cisofy.com>2016-02-09 15:02:50 +0300
committermboelen <michael@cisofy.com>2016-02-09 15:02:50 +0300
commitb1f655ca1e2ea7f7c4faa4203c6649d7d18f8dd3 (patch)
tree2370a78cca4264b824a54423ba08ebd6dd7f8140
parent820c24c347500547b55b721f488ee583a432ca4e (diff)
parentfde45eafd4848f9deb9fd8deb1947dbe67d13fea (diff)
Merge branch 'master' of https://github.com/CISOfy/Lynis
-rw-r--r--include/tests_authentication2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_authentication b/include/tests_authentication
index 2c53e8dc..e9c0b8bf 100644
--- a/include/tests_authentication
+++ b/include/tests_authentication
@@ -830,7 +830,7 @@
LogText "Result: found sulogin, so single user is protected"
fi
else
- LogText "Result: file /etc/inittab does not exist"
+ LogText "Result: file /etc/sysconfig/init does not exist"
fi
if [ -f /etc/inittab -o -f /etc/sysconfig/init ]; then
if [ ${FOUND} -eq 0 ]; then