Handler improvements

This commit is contained in:
2025-05-25 20:05:09 -05:00
parent 656ac2e40f
commit ecbc5660d2
3 changed files with 17 additions and 2 deletions

View File

@@ -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 %}