4
0
Fork 0
RHEL9-CIS/templates/audit/98_auditd_exception.rules.j2
Mark Bolwell 3c66b3f83c
updated rule
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-07-25 15:25:39 +01:00

8 lines
No EOL
262 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 %}
-F uid!={{ user }}
{% endfor %}
{% endif %}