diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-04-22 18:23:52 +0200 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-04-22 18:24:13 +0200 |
commit | 7f30703fcaa8a58bbcca2f7c48de9cf9b44922c5 (patch) | |
tree | 0f699bcc836a725d689d77fb3743bbc7df37821b /app-antivirus/skyldav/files | |
parent | media-libs/libopenshot: make sure the compiler supports OpenMP (diff) | |
download | gentoo-7f30703fcaa8a58bbcca2f7c48de9cf9b44922c5.tar.gz gentoo-7f30703fcaa8a58bbcca2f7c48de9cf9b44922c5.tar.bz2 gentoo-7f30703fcaa8a58bbcca2f7c48de9cf9b44922c5.zip |
app-antivirus/skyldav: version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-antivirus/skyldav/files')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-0.6-conf.patch | 21 | ||||
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-0.6-examples.patch | 11 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-antivirus/skyldav/files/skyldav-0.6-conf.patch b/app-antivirus/skyldav/files/skyldav-0.6-conf.patch new file mode 100644 index 000000000000..879e445039c9 --- /dev/null +++ b/app-antivirus/skyldav/files/skyldav-0.6-conf.patch @@ -0,0 +1,21 @@ +diff -urN skyldav-0.6.orig/examples/etc/skyldav.conf skyldav-0.6/examples/etc/skyldav.conf +--- skyldav-0.6.orig/examples/etc/skyldav.conf 2016-04-13 00:55:28.000000000 +0200 ++++ skyldav-0.6/examples/etc/skyldav.conf 2016-04-22 10:18:56.631146410 +0200 +@@ -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-0.6-examples.patch b/app-antivirus/skyldav/files/skyldav-0.6-examples.patch new file mode 100644 index 000000000000..7ae29a191a9f --- /dev/null +++ b/app-antivirus/skyldav/files/skyldav-0.6-examples.patch @@ -0,0 +1,11 @@ +diff -urN skyldav-0.6.orig/Makefile.am skyldav-0.6/Makefile.am +--- skyldav-0.6.orig/Makefile.am 2016-04-13 00:55:28.000000000 +0200 ++++ skyldav-0.6/Makefile.am 2016-04-22 10:19:55.730771296 +0200 +@@ -9,7 +9,6 @@ + rm -rf doc/doxygen + + install-data-local: \ +- install-skyldav-examples \ + install-skyldav-conf \ + install-skyldavnotify-desktop + |