Renum 10.x to 5.4.x

renamed:    bin/hardening/10.5_lock_inactive_user_account.sh -> bin/hardening/5.4.1.4_lock_inactive_user_account.sh
	renamed:    bin/hardening/10.2_disable_system_accounts.sh -> bin/hardening/5.4.2_disable_system_accounts.sh
	renamed:    bin/hardening/10.3_default_root_group.sh -> bin/hardening/5.4.3_default_root_group.sh
	renamed:    bin/hardening/10.4_default_umask.sh -> bin/hardening/5.4.4_default_umask.sh
	renamed:    tests/hardening/10.5_lock_inactive_user_account.sh -> tests/hardening/5.4.1.4_lock_inactive_user_account.sh
	renamed:    tests/hardening/10.2_disable_system_accounts.sh -> tests/hardening/5.4.2_disable_system_accounts.sh
	renamed:    tests/hardening/10.4_default_umask.sh -> tests/hardening/5.4.3_default_root_group.sh
	renamed:    tests/hardening/10.3_default_root_group.sh -> tests/hardening/5.4.4_default_umask.sh
This commit is contained in:
Charles Herlin 2019-09-12 10:55:43 +02:00 committed by Thibault Ayanides
parent 47a9ffdc9c
commit fbb73d1953
8 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#
#
# 10.5 Lock Inactive User Accounts (Scored)
# 5.4.1.4 Lock Inactive User Accounts (Scored)
#
set -e # One error, it's over

View File

@ -5,7 +5,7 @@
#
#
# 10.2 Disable System Accounts (Scored)
# 5.4.2 Ensure system accounts are non-login (Scored)
#
set -e # One error, it's over

View File

@ -5,7 +5,7 @@
#
#
# 10.3 Set Default Group for root Account (Scored)
# 5.4.3 Ensure default group for the root account is GID 0 (Scored)
#
set -e # One error, it's over

View File

@ -5,7 +5,7 @@
#
#
# 10.4 Set Default umask for Users (Scored)
# 5.4.4 Ensure default user umask is 027 or more restrictive (Scored)
#
set -e # One error, it's over