mirror of
https://github.com/CISOfy/lynis.git
synced 2025-04-08 17:15:25 +02:00
Merge branch 'master' of https://github.com/CISOfy/Lynis
This commit is contained in:
commit
b1f655ca1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user