[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. upstream/1.8.2-75-gcaf0c65

Daniel Pocock daniel at pocock.com.au
Mon May 28 13:41:10 UTC 2012


The following commit has been merged in the master branch:
commit a2985d43bd2c8f3e5e781fe59391300ca6bde71f
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Mon May 28 13:37:25 2012 +0000

    Make sure repro hashed passwords are not world readable

diff --git a/debian/repro.lintian-overrides b/debian/repro.lintian-overrides
index 99cc543..cabd747 100644
--- a/debian/repro.lintian-overrides
+++ b/debian/repro.lintian-overrides
@@ -4,3 +4,5 @@ repro binary: package-name-doesnt-match-sonames
 repro binary: possible-gpl-code-linked-with-openssl
 # this is needed because of bug #673112
 repro binary: hardening-no-fortify-functions
+# repro db files contain passwords, can't be world readable
+repro binary: non-standard-dir-perm
diff --git a/debian/repro.postinst b/debian/repro.postinst
index dec164b..0a26cfe 100644
--- a/debian/repro.postinst
+++ b/debian/repro.postinst
@@ -43,6 +43,7 @@ install() {
     then
         mkdir -p ${REPRO_HOME} || exit 1
         chown ${REPRO_USER}:${REPRO_GROUP} "${REPRO_HOME}"
+        chmod 0700 "${REPRO_HOME}"
     fi
 
 }

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list