feat(baseline): rotate auditd logs until a plan is in place to archive them

This commit is contained in:
Iain Learmonth 2025-12-22 11:04:08 +00:00
parent c3a5cb1f54
commit d1d38d672a

View file

@ -32,4 +32,5 @@
# ipaservers are part of Linux Identity Management. Joining your host to an IdM # ipaservers are part of Linux Identity Management. Joining your host to an IdM
# domain automatically configures SSSD authentication on your host. # domain automatically configures SSSD authentication on your host.
rhel9cis_allow_authselect_updates: false rhel9cis_allow_authselect_updates: false
rhel9cis_auditd_max_log_file_action: rotate
when: (ansible_distribution == "Rocky") and (ansible_distribution_major_version == "9") when: (ansible_distribution == "Rocky") and (ansible_distribution_major_version == "9")