From df802b4882b04624eb24ed8121bd9e88c1857840 Mon Sep 17 00:00:00 2001 From: Thibault Ayanides Date: Wed, 28 Oct 2020 10:09:10 +0100 Subject: [PATCH] Fix spelling mistakes and numbering in comments --- bin/hardening/1.1.1.6_disable_cramfs.sh | 2 +- bin/hardening/1.1.1.7_disable_squashfs.sh | 2 +- bin/hardening/1.7.1.5_etc_issue_perms.sh | 2 +- bin/hardening/1.7.1.6_etc_issue_net_perms.sh | 2 +- bin/hardening/2.1.2_disable_bsd_inetd.sh | 2 +- bin/hardening/3.5_enable_firewall.sh | 2 +- bin/hardening/4.1.15_record_sudoers_edit.sh | 2 +- bin/hardening/4.2.2_install_syslog-ng.sh | 2 +- bin/hardening/99.5.6_ssh_sys_accept_env.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/hardening/1.1.1.6_disable_cramfs.sh b/bin/hardening/1.1.1.6_disable_cramfs.sh index b6c5e5e..b1bc50a 100755 --- a/bin/hardening/1.1.1.6_disable_cramfs.sh +++ b/bin/hardening/1.1.1.6_disable_cramfs.sh @@ -5,7 +5,7 @@ # # -# 2.18 Disable Mounting of cramfs Filesystems (Not Scored) +# 1.1.1.6 Disable Mounting of cramfs Filesystems (Not Scored) # set -e # One error, it's over diff --git a/bin/hardening/1.1.1.7_disable_squashfs.sh b/bin/hardening/1.1.1.7_disable_squashfs.sh index 79b2714..7483a7c 100755 --- a/bin/hardening/1.1.1.7_disable_squashfs.sh +++ b/bin/hardening/1.1.1.7_disable_squashfs.sh @@ -5,7 +5,7 @@ # # -# 2.23 Disable Mounting of squashfs Filesystems (Not Scored) +# 1.1.1.7 Disable Mounting of squashfs Filesystems (Not Scored) # set -e # One error, it's over diff --git a/bin/hardening/1.7.1.5_etc_issue_perms.sh b/bin/hardening/1.7.1.5_etc_issue_perms.sh index 421f6cf..2c4d7a5 100755 --- a/bin/hardening/1.7.1.5_etc_issue_perms.sh +++ b/bin/hardening/1.7.1.5_etc_issue_perms.sh @@ -5,7 +5,7 @@ # # -# 1.7.1.4 Ensure permissions on /etc/issue are configured (Scored) +# 1.7.1.5 Ensure permissions on /etc/issue are configured (Scored) # set -e # One error, it's over diff --git a/bin/hardening/1.7.1.6_etc_issue_net_perms.sh b/bin/hardening/1.7.1.6_etc_issue_net_perms.sh index 0396d19..251a746 100755 --- a/bin/hardening/1.7.1.6_etc_issue_net_perms.sh +++ b/bin/hardening/1.7.1.6_etc_issue_net_perms.sh @@ -5,7 +5,7 @@ # # -# 1.7.1.4 Ensure permissions on /etc/issue.net are configured (Scored) +# 1.7.1.6 Ensure permissions on /etc/issue.net are configured (Scored) # set -e # One error, it's over diff --git a/bin/hardening/2.1.2_disable_bsd_inetd.sh b/bin/hardening/2.1.2_disable_bsd_inetd.sh index 00d08fe..bb6b087 100755 --- a/bin/hardening/2.1.2_disable_bsd_inetd.sh +++ b/bin/hardening/2.1.2_disable_bsd_inetd.sh @@ -5,7 +5,7 @@ # # -# 2.1.1 Ensure bsd-inetd is not enabled (Scored) +# 2.1.2 Ensure bsd-inetd is not enabled (Scored) # set -e # One error, it's over diff --git a/bin/hardening/3.5_enable_firewall.sh b/bin/hardening/3.5_enable_firewall.sh index 0c8d74b..41d4153 100755 --- a/bin/hardening/3.5_enable_firewall.sh +++ b/bin/hardening/3.5_enable_firewall.sh @@ -5,7 +5,7 @@ # # -# 7.7 Ensure Firewall is active (Scored) +# 3.5 Ensure Firewall is active (Scored) # set -e # One error, it's over diff --git a/bin/hardening/4.1.15_record_sudoers_edit.sh b/bin/hardening/4.1.15_record_sudoers_edit.sh index a634fda..9a08686 100755 --- a/bin/hardening/4.1.15_record_sudoers_edit.sh +++ b/bin/hardening/4.1.15_record_sudoers_edit.sh @@ -5,7 +5,7 @@ # # -# 4.1.15 nsure changes to system administration scope (sudoers) is collected (Scored) +# 4.1.15 Ensure changes to system administration scope (sudoers) is collected (Scored) # set -e # One error, it's over diff --git a/bin/hardening/4.2.2_install_syslog-ng.sh b/bin/hardening/4.2.2_install_syslog-ng.sh index f7c9427..4d8295a 100755 --- a/bin/hardening/4.2.2_install_syslog-ng.sh +++ b/bin/hardening/4.2.2_install_syslog-ng.sh @@ -5,7 +5,7 @@ # # -# 8.2.1 Install the syslog-ng package (Scored) +# 4.2.2 Install the syslog-ng package (Scored) # set -e # One error, it's over diff --git a/bin/hardening/99.5.6_ssh_sys_accept_env.sh b/bin/hardening/99.5.6_ssh_sys_accept_env.sh index 68221ba..39f68b9 100755 --- a/bin/hardening/99.5.6_ssh_sys_accept_env.sh +++ b/bin/hardening/99.5.6_ssh_sys_accept_env.sh @@ -6,7 +6,7 @@ # # -# 9Restrict which user's variables are accepted by ssh daemon +# Restrict which user's variables are accepted by ssh daemon # set -e # One error, it's over