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:
Charles Herlin 2019-09-11 17:16:54 +02:00 committed by Thibault Ayanides
parent 9e61ca8367
commit 8a4a28a35b
4 changed files with 2 additions and 2 deletions

View File

@ -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 set -e # One error, it's over

View File

@ -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 set -e # One error, it's over