Renum 6.x files to comply with debian10 CIS

renamed:    bin/hardening/6.2.7_users_valid_homedir.sh -> bin/hardening/6.2.3_users_valid_homedir.sh
	renamed:    bin/hardening/6.2.3_remove_legacy_shadow_entries.sh -> bin/hardening/6.2.4_remove_legacy_shadow_entries.sh
	renamed:    bin/hardening/6.2.4_remove_legacy_group_entries.sh -> bin/hardening/6.2.5_remove_legacy_group_entries.sh
	renamed:    bin/hardening/6.2.5_find_0_uid_non_root_account.sh -> bin/hardening/6.2.6_find_0_uid_non_root_account.sh
	renamed:    bin/hardening/6.2.6_sanitize_root_path.sh -> bin/hardening/6.2.7_sanitize_root_path.sh
	renamed:    tests/hardening/6.2.7_users_valid_homedir.sh -> tests/hardening/6.2.3_users_valid_homedir.sh
	renamed:    tests/hardening/6.2.3_remove_legacy_shadow_entries.sh -> tests/hardening/6.2.4_remove_legacy_shadow_entries.sh
	renamed:    tests/hardening/6.2.4_remove_legacy_group_entries.sh -> tests/hardening/6.2.5_remove_legacy_group_entries.sh
	renamed:    tests/hardening/6.2.5_find_0_uid_non_root_account.sh -> tests/hardening/6.2.6_find_0_uid_non_root_account.sh
	renamed:    tests/hardening/6.2.6_sanitize_root_path.sh -> tests/hardening/6.2.7_sanitize_root_path.sh
This commit is contained in:
Thibault Ayanides 2020-12-22 11:43:53 +01:00
parent c9e19b51e6
commit 7d87619744
10 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# #
# #
# 6.2.7 Ensure all users' home directories exist (Scored) # 6.2.3 Ensure all users' home directories exist (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -6,7 +6,7 @@
# #
# #
# 6.2.3 Verify No Legacy "+" Entries Exist in /etc/shadow File (Scored) # 6.2.4 Verify No Legacy "+" Entries Exist in /etc/shadow File (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -6,7 +6,7 @@
# #
# #
# 6.2.4 Verify No Legacy "+" Entries Exist in /etc/group File (Scored) # 6.2.5 Verify No Legacy "+" Entries Exist in /etc/group File (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -6,7 +6,7 @@
# #
# #
# 6.2.5 Ensure root is the only UID 0 account (Scored) # 6.2.6 Ensure root is the only UID 0 account (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -6,7 +6,7 @@
# #
# #
# 6.2.6 Ensure root PATH Integrity (Scored) # 6.2.7 Ensure root PATH Integrity (Scored)
# #
# set path to the $PATH environnement variable if path is not defined # set path to the $PATH environnement variable if path is not defined