pulling the value of a single element didn't work...
This commit is contained in:
		| @@ -720,8 +720,8 @@ OnAccessPrevention yes | ||||
| # Default: disabled | ||||
| #OnAccessMountPath / | ||||
| #OnAccessMountPath /home/user | ||||
| {% for item in ansible_mounts|map('mount')|sort %} | ||||
| OnAccessMountPath {{ item }} | ||||
| {% for item in ansible_mounts %} | ||||
| OnAccessMountPath {{ item.mount }} | ||||
| {% endfor %} | ||||
|  | ||||
| # With this option you can whitelist the root UID (0). Processes run under | ||||
|   | ||||
		Reference in New Issue
	
	Block a user