2022-07-29 18:33:00 +01:00
|
|
|
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
2022-07-25 14:53:05 +01:00
|
|
|
|
|
|
|
|
# This file contains users whose actions are not logged by auditd
|
2022-07-25 15:25:39 +01:00
|
|
|
{% if allow_auditd_uid_user_exclusions %}
|
|
|
|
|
{% for user in rhel9cis_auditd_uid_exclude %}
|
2022-07-25 16:41:57 +01:00
|
|
|
-a never,user -F uid!={{ user }} -F auid!={{ user }}
|
2022-07-25 14:53:05 +01:00
|
|
|
{% endfor %}
|
2022-09-16 14:08:16 +01:00
|
|
|
{% endif %}
|