summaryrefslogtreecommitdiff
blob: 3485bb48e8d2a724e01371c45a20a91e5fd86087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -urN skyldav-0.2rc3.orig/examples/etc/skyldav.conf skyldav-0.2rc3/examples/etc/skyldav.conf
--- skyldav-0.2rc3.orig/examples/etc/skyldav.conf	2013-07-20 14:36:43.000000000 +0200
+++ skyldav-0.2rc3/examples/etc/skyldav.conf	2013-08-17 11:41:17.016278000 +0200
@@ -19,14 +19,14 @@
 
 # File systems that shall not be marked for virus scan.
 # NOMARK_FS = proc, sysfs
-NOMARK_FS = proc, sysfs
+NOMARK_FS = proc, sysfs, devtmpfs, devpts, configfs, securityfs, cgroup, rpc_pipefs
 
 # Mounts that shall not be marked for virus scan.
 # NOMARK_MNT = /mnt/noscan
 
 # 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
 
 # Number of threads for file scanning,
 # defaults to the number of available CPUs.