@@ -35,6 +35,22 @@ rhel9cis_rule_5_3_4: false
3535# Please double-check yourself with: sudo passwd -S root
3636rhel9cis_rule_5_6_6: false
3737
38+ # Stop the CIS benchmark scanning all files on every filesystem since this
39+ # takes a long time. Related to the changing permissions block below. This
40+ # would normally warn you about violations, but we can use Wazuh to continually
41+ # monitor this.
42+ rhel9cis_rule_6_1_9: false
43+ rhel9cis_rule_6_1_10: false
44+ rhel9cis_rule_6_1_11: false
45+ rhel9cis_rule_6_1_12: false
46+ rhel9cis_rule_6_1_13: false
47+ rhel9cis_rule_6_1_14: false
48+ rhel9cis_rule_6_1_15: false
49+
50+ # The following rules change permissions on all files on every mounted
51+ # filesystem. We do not want to change /var/lib/docker permissions.
52+ rhel9cis_no_world_write_adjust: false
53+
3854# Configure log rotation to prevent audit logs from filling the disk
3955rhel9cis_auditd:
4056 space_left_action: syslog
@@ -119,9 +135,22 @@ ubtu22cis_sshd:
119135 deny_users: ""
120136 deny_groups: ""
121137
122- # Do not change /var/lib/docker permissions
138+ # Stop the CIS benchmark scanning all files on every filesystem since this
139+ # takes a long time. Related to the changing permissions block below. This
140+ # would normally warn you about violations, but we can use Wazuh to continually
141+ # monitor this.
142+ ubtu22cis_rule_6_1_9: false
143+ ubtu22cis_rule_6_1_10: false
144+ ubtu22cis_rule_6_1_11: false
145+ ubtu22cis_rule_6_1_12: false
146+ ubtu22cis_rule_6_1_13: false
147+
148+ # The following rules change permissions on all files on every mounted
149+ # filesystem. We do not want to change /var/lib/docker permissions.
123150ubtu22cis_no_group_adjust: false
124151ubtu22cis_no_owner_adjust: false
152+ ubtu22cis_no_world_write_adjust: false
153+ ubtu22cis_suid_adjust: false
125154
126155# Configure log rotation to prevent audit logs from filling the disk
127156ubtu22cis_auditd:
0 commit comments