Skip to content

Stop changing permissions on files on Rocky 9 #1175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions etc/kayobe/inventory/group_vars/cis-hardening/cis
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ rhel9cis_rule_5_3_4: false
# Please double-check yourself with: sudo passwd -S root
rhel9cis_rule_5_6_6: false

# Stop the CIS benchmark scanning all files on every filesystem since this
# takes a long time. Related to the changing permissions block below. This
# would normally warn you about violations, but we can use Wazuh to continually
# monitor this.
rhel9cis_rule_6_1_9: false
rhel9cis_rule_6_1_10: false
rhel9cis_rule_6_1_11: false
rhel9cis_rule_6_1_12: false
rhel9cis_rule_6_1_13: false
rhel9cis_rule_6_1_14: false
rhel9cis_rule_6_1_15: false

# The following rules change permissions on all files on every mounted
# filesystem. We do not want to change /var/lib/docker permissions.
rhel9cis_no_world_write_adjust: false

# Configure log rotation to prevent audit logs from filling the disk
rhel9cis_auditd:
space_left_action: syslog
Expand Down
Loading