File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
etc/kayobe/inventory/group_vars/cis-hardening Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments