Skip to content

Commit ac6184d

Browse files
author
Damien Cavagnini
committed
chore: remove CIS recommendation numbers from bin/hardening scripts
1 parent 0f44c88 commit ac6184d

File tree

242 files changed

+242
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+242
-243
lines changed

bin/hardening/acc_logindefs_sha512.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 99.5.4.5.1 Check that any password that will be created will use sha512crypt (or yescrypt for Debian 11+)
9+
# Check that any password that will be created will use sha512crypt (or yescrypt for Debian 11+)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/acc_pam_sha512.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 5.3.4 Ensure password hashing algorithm is SHA-512 (Scored)
9+
# Ensure password hashing algorithm is SHA-512 (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/acc_shadow_sha512.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 99.5.4.5.2 Check that passwords in /etc/shadow are sha512crypt (or yescrypt for Debian 11+) hashed and salted
9+
# Check that passwords in /etc/shadow are sha512crypt (or yescrypt for Debian 11+) hashed and salted
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/acc_sudoers_no_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 99.1.3 Check there are no carte-blanche authorization in sudoers file(s).
9+
# Check there are no carte-blanche authorization in sudoers file(s).
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/audit_backlog_limit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 4.1.1.4 Ensure audit_backlog_limit is sufficient (Scored)
9+
# Ensure audit_backlog_limit is sufficient (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/audit_bootloader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 4.1.1.3 Ensure auditing for processes that start prior to auditd is enabled (Scored)
9+
# Ensure auditing for processes that start prior to auditd is enabled (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/audit_log_storage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 4.1.2.1 Ensure audit log storage size is configured (Scored)
9+
# Ensure audit log storage size is configured (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/bootloader_ownership.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 1.5.1 Ensure permissions on bootloader config are configured (Scored)
9+
# Ensure permissions on bootloader config are configured (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/bootloader_password.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 1.5.2 Ensure bootloader password is set (Scored)
9+
# Ensure bootloader password is set (Scored)
1010
#
1111

1212
set -e # One error, it's over

bin/hardening/check_distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#
9-
# 99.99 Ensure that the distribution version is debian and that the version is 9 or 10
9+
# Ensure that the distribution version is debian and that the version is 9 or 10
1010
#
1111

1212
set -e # One error, it's over

0 commit comments

Comments
 (0)