mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
9 lines
303 B
Django/Jinja
9 lines
303 B
Django/Jinja
{{ file_managed_by_ansible }}
|
|
### YOUR CHANGES WILL BE LOST!
|
|
|
|
# This file contains users whose actions are not logged by auditd
|
|
{% if rhel9cis_allow_auditd_uid_user_exclusions %}
|
|
{% for user in rhel9cis_auditd_uid_exclude %}
|
|
-a never,user -F uid!={{ user }} -F auid!={{ user }}
|
|
{% endfor %}
|
|
{% endif %}
|