[Pkg-clamav-commits] [clamav-unofficial-sigs] 01/01: Turn off the chmod calls by default (Closes: #566702)

Paul Wise pabs at moszumanska.debian.org
Wed Nov 27 05:06:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

pabs pushed a commit to branch master
in repository clamav-unofficial-sigs.

commit 8c5cdd4ae35e7edec7977208917a9f833789b54d
Author: Paul Wise <pabs at debian.org>
Date:   Wed Nov 27 13:00:57 2013 +0800

    Turn off the chmod calls by default (Closes: #566702)
---
 debian/changelog   | 2 ++
 debian/debian.conf | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f5e4f18..a98634d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ clamav-unofficial-sigs (3.7.2-1) UNRELEASED; urgency=low
   * New upstream release
     * Fixes signature ignore problem (Closes: #714132)
     * Adds configurability for curl/rsync timeouts (Closes: #693542)
+    * Adds the ability to turn off chmod calls (See: #566702)
   * Deal with the situation where the user disabled the cron job (Closes: #711161)
+  * Turn off the chmod calls by default (Closes: #566702)
 
  -- Paul Wise <pabs at debian.org>  Tue, 27 Aug 2013 18:50:28 +0200
 
diff --git a/debian/debian.conf b/debian/debian.conf
index 2c2f9df..51ab377 100644
--- a/debian/debian.conf
+++ b/debian/debian.conf
@@ -58,3 +58,7 @@ user_configuration_complete="yes"
 # so turn off the chown calls, which will fail
 unset clam_user
 unset clam_group
+
+# Don't touch files in the clam_dbs dir by default
+# since they are usually managed by other software.
+setmode="no"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-clamav/clamav-unofficial-sigs.git



More information about the Pkg-clamav-commits mailing list