@@ -118,7 +118,7 @@ controls:
118118 status : automated
119119 rules :
120120 - auditd_data_retention_max_log_file_action
121- - var_auditd_max_log_file_action=keep_logs
121+ - var_auditd_max_log_file_action=rotate
122122
123123 - id : A.3.SEC-RHEL7
124124 title : Modifications to the Sudoers File Are Audited, As Are Changes to Permissions, Users, Groups,
@@ -242,9 +242,16 @@ controls:
242242 - basic
243243 - intermediate
244244 - advanced
245- status : pending
246- notes : |-
247- Related to nosuid, noexec and nodev options but in /boot. More context is needed.
245+ status : partial
246+ notes : Remaining rules for /boot/efi are not implemented yet.
247+ rules :
248+ - mount_option_boot_efi_nosuid
249+ - mount_option_boot_nodev
250+ - mount_option_boot_noexec
251+ - mount_option_boot_nosuid
252+ # the noauto option could block proper evaluation of other mount options on /boot
253+ related_rules :
254+ - mount_option_boot_noauto
248255
249256 - id : A.5.SEC-RHEL1
250257 title : Login and Impersonation Permissions Are Controlled
@@ -311,6 +318,9 @@ controls:
311318 - var_accounts_maximum_age_login_defs=45
312319 - var_accounts_minimum_age_login_defs=2
313320 - var_accounts_password_warn_age_login_defs=10
321+ - accounts_password_pam_pwhistory_remember_password_auth
322+ - accounts_password_pam_pwhistory_remember_system_auth
323+ - var_password_pam_remember=20
314324
315325 - id : A.5.SEC-RHEL6
316326 title : Secure Protocols Are Used For the Network Authentication Processes
@@ -601,11 +611,15 @@ controls:
601611 - advanced
602612 status : automated
603613 rules :
604- - accounts_password_pam_minclass
614+ - accounts_password_pam_lcredit
615+ - accounts_password_pam_ocredit
616+ - accounts_password_pam_ucredit
617+ - accounts_password_pam_dcredit
605618 - accounts_password_pam_minlen
619+ - accounts_password_minlen_login_defs
606620 - accounts_password_pam_retry
607- - var_password_pam_minclass=4
608- - var_password_pam_minlen=14
621+ - var_password_pam_minlen=12
622+ - var_accounts_password_minlen_login_defs=12
609623
610624 - id : A.11.SEC-RHEL4
611625 title : During Login, the System Displays a Text in Compliance With the Organization's Standards
@@ -625,7 +639,6 @@ controls:
625639 - dconf_gnome_login_banner_text
626640 - sshd_enable_warning_banner_net
627641 - login_banner_text=cis_banners
628- - motd_banner_text=cis_banners
629642 - remote_login_banner_text=cis_banners
630643
631644 - id : A.11.SEC-RHEL5
0 commit comments