From 14de11ecc99c33706c74b950d2d00e278abe9375 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 16 Oct 2009 01:42:04 -0600 Subject: [PATCH] calcsize needs to be setuid root or it complains and fails --- debian/changelog | 6 ++++++ debian/rules | 2 ++ 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5b3edec..6877ce1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amanda (1:2.6.1p1-2) UNRELEASED; urgency=low + + * calcsize needs to be setuid, closes: #551156 + + -- Bdale Garbee Fri, 16 Oct 2009 01:41:44 -0600 + amanda (1:2.6.1p1-1) unstable; urgency=low * new upstream version, closes: #527090, #527489, #486405, #488713 diff --git a/debian/rules b/debian/rules index f4175e6..72c72ae 100755 --- a/debian/rules +++ b/debian/rules @@ -105,6 +105,7 @@ binary-arch: build chmod -R u=rwX,g=rwX,o-rwx $(c)/var/lib/amanda/gnutar-lists # .. setuid chown root:backup \ + $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \ $(c)/usr/lib/amanda/runtar \ @@ -112,6 +113,7 @@ binary-arch: build $(s)/usr/lib/amanda/planner \ $(s)/usr/sbin/amcheck chmod u=srwx,g=rx,o=r \ + $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \ $(c)/usr/lib/amanda/runtar \ -- 2.30.2