pulling the value of a single element didn't work...

This commit is contained in:
Jason Rothstein 2021-07-20 00:47:57 +00:00
parent d8213d2c36
commit f8bddf54c1

View File

@ -720,8 +720,8 @@ OnAccessPrevention yes
# Default: disabled # Default: disabled
#OnAccessMountPath / #OnAccessMountPath /
#OnAccessMountPath /home/user #OnAccessMountPath /home/user
{% for item in ansible_mounts|map('mount')|sort %} {% for item in ansible_mounts %}
OnAccessMountPath {{ item }} OnAccessMountPath {{ item.mount }}
{% endfor %} {% endfor %}
# With this option you can whitelist the root UID (0). Processes run under # With this option you can whitelist the root UID (0). Processes run under