diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2017-02-23 16:31:14 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2017-02-23 16:36:14 +0100 |
commit | 720582e404e76ecfb6d01fa757c314aad9922593 (patch) | |
tree | c0ccd1899d05e3975273dc9cfb75ae3953831472 /app-antivirus/skyldav/files | |
parent | 472d9dc9a4d1959120185f03af61711e7aab9c07 (diff) | |
download | gentoo-720582e404e76ecfb6d01fa757c314aad9922593.tar.gz gentoo-720582e404e76ecfb6d01fa757c314aad9922593.tar.xz |
app-antivirus/skyldav: version bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-antivirus/skyldav/files')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-conf.patch | 21 | ||||
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-examples.patch | 11 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-antivirus/skyldav/files/skyldav-conf.patch b/app-antivirus/skyldav/files/skyldav-conf.patch new file mode 100644 index 00000000000..ed5b2058f6a --- /dev/null +++ b/app-antivirus/skyldav/files/skyldav-conf.patch @@ -0,0 +1,21 @@ +diff -urN skyldav-0.7.orig/examples/etc/skyldav.conf skyldav-0.7/examples/etc/skyldav.conf +--- skyldav-0.7.orig/examples/etc/skyldav.conf 2016-06-12 18:39:51.000000000 +0200 ++++ skyldav-0.7/examples/etc/skyldav.conf 2017-02-21 15:12:06.875945224 +0100 +@@ -22,6 +22,9 @@ + + # Directories that shall not be scanned (including subdirectories) + # EXCLUDE_PATH = /var/noscan, /opt/noscan ++# ++# Exclude various portage directories for performance reasons ++EXCLUDE_PATH = /usr/portage, /var/cache/edb, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs, /var/log/portage + + # File systems that are local, virus scan results may be cached. + # LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat +@@ -31,6 +34,7 @@ + # File systems that shall not be marked for virus scan. + # Cifs uses a background daemon which causes problems when scanned. + # Exclusion of fuse file systems is hard coded. ++# Do not exclude devtmpfs and configfs, as userspace could write malware onto them! + # NOMARK_FS = proc, sysfs + NOMARK_FS = proc, sysfs, devpts, debugfs, securityfs, cgroup, rpc_pipefs + NOMARK_FS = mqueue, autofs, cifs diff --git a/app-antivirus/skyldav/files/skyldav-examples.patch b/app-antivirus/skyldav/files/skyldav-examples.patch new file mode 100644 index 00000000000..b62e78cc969 --- /dev/null +++ b/app-antivirus/skyldav/files/skyldav-examples.patch @@ -0,0 +1,11 @@ +diff -urN skyldav-0.7.orig/Makefile.am skyldav-0.7/Makefile.am +--- skyldav-0.7.orig/Makefile.am 2016-06-12 18:39:51.000000000 +0200 ++++ skyldav-0.7/Makefile.am 2017-02-21 15:11:35.709518793 +0100 +@@ -9,7 +9,6 @@ + rm -rf doc/doxygen + + install-data-local: \ +- install-skyldav-examples \ + install-skyldav-conf \ + install-skyldavnotify-desktop + |