Imported Debian patch 2.5.0-2 debian/2.5.0-2
authorBdale Garbee <bdale@gag.com>
Mon, 3 Apr 2006 12:03:29 +0000 (05:03 -0700)
committerBdale Garbee <bdale@gag.com>
Tue, 20 May 2008 04:47:06 +0000 (22:47 -0600)
debian/changelog
debian/postinst

index 36a6cac26f59be568791c9a0cf5c33fd245a942b..6499642a34f8077eb2a1fe7d85bc7b891bd6e1ad 100644 (file)
@@ -1,3 +1,9 @@
+amanda (1:2.5.0-2) unstable; urgency=low
+
+  * tighten amandahosts permissions to user-only in the amanda-common postinst
+
+ -- Bdale Garbee <bdale@gag.com>  Mon,  3 Apr 2006 05:03:29 -0700
+
 amanda (1:2.5.0-1) unstable; urgency=low
 
   * new upstream version, closes: #360085
index 28296a93c272e9cc748f7b130c675a0705c14fc9..0c1f8076668be3453f00a88e1bfd7feb721ddc01 100644 (file)
@@ -51,7 +51,7 @@ if [ "$1" = configure ]; then
 
        chown backup:backup ~backup/.amandahosts /etc/amandahosts \
                /var/log/amanda
-       chmod 660 ~backup/.amandahosts /etc/amandahosts
+       chmod 600 ~backup/.amandahosts /etc/amandahosts
        chmod 770 /var/log/amanda
 fi