From: Bdale Garbee Date: Thu, 26 Nov 2009 21:20:45 +0000 (-0700) Subject: amgtar and amstar need to be setuid root to work X-Git-Tag: debian/2.6.1p2-1~8 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=3e9b502276de9d7e44246f164b39f365765d00c1 amgtar and amstar need to be setuid root to work --- diff --git a/debian/changelog b/debian/changelog index fa43b4c..1727e9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +amanda (1:2.6.1p1-3) UNRELEASED; urgency=low + + * deliver /usr/lib/amanda/application/am[gs]tar setuid, closes: #558094 + + -- Bdale Garbee Thu, 26 Nov 2009 14:20:26 -0700 + amanda (1:2.6.1p1-2) unstable; urgency=low * calcsize needs to be setuid, closes: #551156 diff --git a/debian/rules b/debian/rules index 72c72ae..cc72830 100755 --- a/debian/rules +++ b/debian/rules @@ -105,6 +105,8 @@ 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/application/amgtar \ + $(c)/usr/lib/amanda/application/amstar \ $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \ @@ -113,6 +115,8 @@ binary-arch: build $(s)/usr/lib/amanda/planner \ $(s)/usr/sbin/amcheck chmod u=srwx,g=rx,o=r \ + $(c)/usr/lib/amanda/application/amgtar \ + $(c)/usr/lib/amanda/application/amstar \ $(c)/usr/lib/amanda/calcsize \ $(c)/usr/lib/amanda/killpgrp \ $(c)/usr/lib/amanda/rundump \