Skip to content
Snippets Groups Projects
Commit 42aa5529 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: update ClamAV config

parent e31ef7f7
No related branches found
No related tags found
No related merge requests found
Pipeline #5185 passed
......@@ -111,6 +111,8 @@
ScanMail yes
ScanArchive yes
ArchiveBlockEncrypted no
OnAccessExcludeUname root
OnAccessIncludePath /
notify: restart clamd service
- name: configure ClamD exclude paths
......@@ -126,6 +128,8 @@
# Exclude paths from being checked. Use 'man regex' to get more information about REGEX format (clamav uses the regex.c library).
# Default: ExcludePath REGEX
ExcludePath "/mnt/*"
# Default: disabled
OnAccessExcludePath "/mnt/*"
notify:
- restart clamav-daemon service
- restart clamd service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment