summaryrefslogtreecommitdiff
blob: 337f415ab4f2e71a1015fd10ff5dbfcbd1f46bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff -urN skyldav-0.4.orig/examples/etc/skyldav.conf skyldav-0.4/examples/etc/skyldav.conf
--- skyldav-0.4.orig/examples/etc/skyldav.conf	2014-03-21 20:32:49.000000000 +0100
+++ skyldav-0.4/examples/etc/skyldav.conf	2014-03-30 13:23:14.043578460 +0200
@@ -19,14 +19,21 @@
 
 # Directories that shall not be scanned (including subdirectories)
 # EXCLUDE_PATH = /var/noscan, /opt/noscan
+EXCLUDE_PATH = /usr/portage, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs
 
 # File systems that are local, virus scan results may be cached.
 # LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat
-LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat
+LOCAL_FS = ext2, ext3, ext4, xfs, zfs, btrfs, reiserfs, vfat, ntfs, iso9660, tmpfs
 
 # File systems that shall not be marked for virus scan.
 # NOMARK_FS = proc, sysfs
-NOMARK_FS = proc, sysfs, cifs
+#
+# Do not exclude devtmpfs and configs, as userspace could write malware onto them.
+# CIFS is also known to cause problems due to a background daemon, so we exclude it here
+# (https://github.com/xypron/skyldav/commit/63b01b912d3eed80f3db92aec8647770546f5c1c).
+# Note that FUSE file systems are automatically excluded from scanning
+# (https://github.com/xypron/skyldav/issues/3).
+NOMARK_FS = proc, sysfs, devpts, debugfs, securityfs, cgroup, rpc_pipefs, autofs, cifs
 
 # Mounts that shall not be marked for virus scan.
 # NOMARK_MNT = /mnt/noscan