ansible-hardening/templates/ZZ_aide_exclusions.j2

9 lines
213 B
Django/Jinja

# {{ ansible_managed }}
#
# These excluded paths prevent AIDE from wandering into directories where it
# shouldn't be hashing/monitoring files.
{% for dir in security_aide_exclude_dirs %}
!{{ dir }}
{% endfor %}