From: Bdale Garbee Date: Mon, 3 Apr 2006 12:03:29 +0000 (-0700) Subject: Imported Debian patch 2.5.0-2 X-Git-Tag: debian/2.5.0-2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0aa6bfc5fea1ed4547dfda106c97d067a1ce733c;p=debian%2Famanda Imported Debian patch 2.5.0-2 --- diff --git a/debian/changelog b/debian/changelog index 36a6cac..6499642 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 3 Apr 2006 05:03:29 -0700 + amanda (1:2.5.0-1) unstable; urgency=low * new upstream version, closes: #360085 diff --git a/debian/postinst b/debian/postinst index 28296a9..0c1f807 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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