RHEL9-CIS/templates/etc/audit/rules.d/98_auditd_exception.rules.j2
Mark Bolwell 201edf02e4
QA, lint, standards, var naming, title aming aligned
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2026-04-08 12:56:24 +01:00

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 %}