From 22002609f43a7a09efd4248680cdd553ea679f99 Mon Sep 17 00:00:00 2001 From: Samson-W Date: Tue, 14 May 2019 03:46:07 +0800 Subject: [PATCH] Rename file name of 9.5 --- bin/hardening/10.5_set_timeout_tty.sh | 2 +- bin/hardening/{9.5_restrict_su.sh => 9.5_pam_restrict_su.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/hardening/{9.5_restrict_su.sh => 9.5_pam_restrict_su.sh} (100%) diff --git a/bin/hardening/10.5_set_timeout_tty.sh b/bin/hardening/10.5_set_timeout_tty.sh index e56ca26..9418e67 100755 --- a/bin/hardening/10.5_set_timeout_tty.sh +++ b/bin/hardening/10.5_set_timeout_tty.sh @@ -17,7 +17,7 @@ USER='root' PATTERN='TMOUT=' VALUE='600' FILES_TO_SEARCH='/etc/bash.bashrc /etc/profile.d /etc/profile' -FILE='/etc/profile.d/CIS_10.6_timeout.sh' +FILE='/etc/profile.d/CIS_10.5_timeout.sh' # This function will be called if the script status is on enabled / audit mode audit () { diff --git a/bin/hardening/9.5_restrict_su.sh b/bin/hardening/9.5_pam_restrict_su.sh similarity index 100% rename from bin/hardening/9.5_restrict_su.sh rename to bin/hardening/9.5_pam_restrict_su.sh