@@ -35,6 +35,22 @@ rhel9cis_rule_5_3_4: false
35
35
# Please double-check yourself with: sudo passwd -S root
36
36
rhel9cis_rule_5_6_6: false
37
37
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
+
38
54
# Configure log rotation to prevent audit logs from filling the disk
39
55
rhel9cis_auditd:
40
56
space_left_action: syslog
@@ -119,9 +135,22 @@ ubtu22cis_sshd:
119
135
deny_users: ""
120
136
deny_groups: ""
121
137
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.
123
150
ubtu22cis_no_group_adjust: false
124
151
ubtu22cis_no_owner_adjust: false
152
+ ubtu22cis_no_world_write_adjust: false
153
+ ubtu22cis_suid_adjust: false
125
154
126
155
# Configure log rotation to prevent audit logs from filling the disk
127
156
ubtu22cis_auditd:
0 commit comments