Renumbering custom 99.* scripts as newcomers to CIS benchmark

renamed:    bin/hardening/99.4_net_fw_default_policy_drop.sh -> bin/hardening/3.5.1.1_net_fw_default_policy_drop.sh
	renamed:    bin/hardening/99.3.3_acc_pam_sha512.sh -> bin/hardening/5.3.4_acc_pam_sha512.sh
	renamed:    tests/hardening/99.4_net_fw_default_policy_drop.sh -> tests/hardening/3.5.1.1_net_fw_default_policy_drop.sh
	renamed:    tests/hardening/99.3.3_acc_pam_sha512.sh -> tests/hardening/5.3.4_acc_pam_sha512.sh
This commit is contained in:
Charles Herlin 2019-10-18 17:26:31 +02:00 committed by Thibault Ayanides
parent 609444a47f
commit 80b97940fa
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# #
# #
# Check iptables firewall default policy for DROP on INPUT and FORWARD. # 3.5.1.1 Ensure default deny firewall policy (Scored)
# #
set -e # One error, it's over set -e # One error, it's over

View File

@ -5,7 +5,7 @@
# #
# #
# Check that any password that may exist in /etc/shadow is SHA512 hashed and salted # 5.3.4 Ensure password hashing algorithm is SHA-512 (Scored)
# #
set -e # One error, it's over set -e # One error, it's over