summaryrefslogtreecommitdiff
blob: d540b71ebec4efff093247d79d11208d738e6dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -urN skyldav-0.2rc4.orig/examples/etc/skyldav.conf skyldav-0.2rc4/examples/etc/skyldav.conf
--- skyldav-0.2rc4.orig/examples/etc/skyldav.conf	2013-08-25 13:20:14.000000000 +0200
+++ skyldav-0.2rc4/examples/etc/skyldav.conf	2013-08-25 21:58:02.243407000 +0200
@@ -19,14 +19,15 @@
 
 # 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
+NOMARK_FS = proc, sysfs, devtmpfs, devpts, debugfs, configfs, securityfs, cgroup, rpc_pipefs
 
 # Mounts that shall not be marked for virus scan.
 # NOMARK_MNT = /mnt/noscan