From 33561aecfa34750b791fe958e7b1aba0b866d559 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 3 Apr 2006 05:03:29 -0700 Subject: [PATCH] Imported Debian patch 2.5.0-2 --- debian/changelog | 6 ++++++ debian/postinst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2