calcsize needs to be setuid root or it complains and fails
authorBdale Garbee <bdale@gag.com>
Fri, 16 Oct 2009 07:42:04 +0000 (01:42 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 16 Oct 2009 07:42:04 +0000 (01:42 -0600)
debian/changelog
debian/rules

index 5b3edececbc24917e433698a82bf673a2ae6abcc..6877ce1780064fbd3aa06f30d6f66c008a1f3216 100644 (file)
@@ -1,3 +1,9 @@
+amanda (1:2.6.1p1-2) UNRELEASED; urgency=low
+
+  * calcsize needs to be setuid, closes: #551156
+
+ -- Bdale Garbee <bdale@gag.com>  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
index f4175e6d25e9f7014c78c4468e749da382bd0772..72c72aef8408149c628522ed53655378b1a9921e 100755 (executable)
@@ -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 \