mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 13:37:02 +01:00
Renum 9.x tty and su checks
renamed: bin/hardening/9.4_secure_tty.sh -> bin/hardening/5.5_secure_tty.sh renamed: bin/hardening/9.5_restrict_su.sh -> bin/hardening/5.6_restrict_su.sh renamed: tests/hardening/9.5_restrict_su.sh -> tests/hardening/5.5_secure_tty.sh renamed: tests/hardening/9.4_secure_tty.sh -> tests/hardening/5.6_restrict_su.sh
This commit is contained in:
parent
9e61ca8367
commit
8a4a28a35b
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# 9.4 Restrict root Login to System Console (Not Scored)
|
||||
# 5.5 Ensure root login is restricted to system console (Not Scored)
|
||||
#
|
||||
|
||||
set -e # One error, it's over
|
@ -5,7 +5,7 @@
|
||||
#
|
||||
|
||||
#
|
||||
# 9.5 Restrict Access to the su Command (Scored)
|
||||
# 5.6 Ensure access to the su command is restricted (Scored)
|
||||
#
|
||||
|
||||
set -e # One error, it's over
|
Loading…
Reference in New Issue
Block a user