mirror of https://github.com/CISOfy/lynis.git
spelling: authentication
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
45a7006e6b
commit
08c8d1b8f3
|
@ -1068,7 +1068,7 @@
|
||||||
# Test : AUTH-9306
|
# Test : AUTH-9306
|
||||||
# Description : Check if authentication is needed to boot the system
|
# Description : Check if authentication is needed to boot the system
|
||||||
# Notes : :d_boot_authenticate: is a good option for production machines to
|
# Notes : :d_boot_authenticate: is a good option for production machines to
|
||||||
# avoid unauthorized booting of systems. Option :d_boot_autentication@:
|
# avoid unauthorized booting of systems. Option :d_boot_authentication@:
|
||||||
# disabled a required login.
|
# disabled a required login.
|
||||||
Register --test-no AUTH-9306 --os HP-UX --weight L --network NO --category security --description "Check single boot authentication"
|
Register --test-no AUTH-9306 --os HP-UX --weight L --network NO --category security --description "Check single boot authentication"
|
||||||
if [ ${SKIPTEST} -eq 0 ]; then
|
if [ ${SKIPTEST} -eq 0 ]; then
|
||||||
|
|
Loading…
Reference in New Issue