mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
8 lines
No EOL
296 B
Django/Jinja
8 lines
No EOL
296 B
Django/Jinja
## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
|
|
|
|
# This file contains users whose actions are not logged by auditd
|
|
{% if allow_auditd_uid_user_exclusions %}
|
|
{% for user in rhel9cis_auditd_uid_exclude %}
|
|
-a never,user -F uid!={{ user }} -F auid!={{ user }}
|
|
{% endfor %}
|
|
{% endif %} |