mirror of https://github.com/CISOfy/lynis.git
Removed unneeded field for warnings and suggestions
This commit is contained in:
parent
3c4aee1358
commit
b2ee2ffff1
|
@ -60,7 +60,7 @@
|
||||||
LogText "Result: Found insecure console in /etc/ttys. Single user mode login without password allowed!"
|
LogText "Result: Found insecure console in /etc/ttys. Single user mode login without password allowed!"
|
||||||
LogText "Output /etc/ttys:"
|
LogText "Output /etc/ttys:"
|
||||||
LogText "${FIND}"
|
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'."
|
LogText "Possible solution: Change the console line from 'secure' to 'insecure'."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue