Handler improvements

This commit is contained in:
2025-05-25 20:05:09 -05:00
parent b23f198df8
commit f3959f6d09
3 changed files with 17 additions and 2 deletions
@@ -684,6 +684,7 @@ User clamscan
# Set the exclude paths. All subdirectories are also excluded.
# Default: disabled
#OnAccessExcludePath /home/user
OnAccessExcludePath /etc/selinux
{% if quarantine_directory is defined %}
OnAccessExcludePath {{ quarantine_directory }}
{% endif %}