Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Hi! Please unblock bacula-* packages, it fixes security bug #699244 (service run with incorrect permissions) debdiff --diffstat output attached Thank you! -- with best regards, Alexander Golovko email: alexandro@ankalagon.ru xmpp: alexandro@ankalagon.ru
diffstat for bacula-5.2.6+dfsg bacula-5.2.6+dfsg
additions/common-functions.dpkg | 7 ++-----
changelog | 7 +++++++
2 files changed, 9 insertions(+), 5 deletions(-)
diff -Nru bacula-5.2.6+dfsg/debian/additions/common-functions.dpkg bacula-5.2.6+dfsg/debian/additions/common-functions.dpkg
--- bacula-5.2.6+dfsg/debian/additions/common-functions.dpkg 2013-01-03 00:53:46.000000000 +0400
+++ bacula-5.2.6+dfsg/debian/additions/common-functions.dpkg 2013-01-29 18:46:09.000000000 +0400
@@ -162,16 +162,14 @@
bacula-fd)
SERVICE="bacula-fd"
ARGS=""
- DEFAULT_ARGS=""
;;
bacula-sd)
SERVICE="bacula-sd"
ARGS="-u bacula -g tape"
- DEFAULT_ARGS="-u bacula -g tape"
;;
bacula-director-pgsql|bacula-director-mysql|bacula-director-sqlite3)
SERVICE="bacula-dir"
- DAEMONUSER="bacula:bacula"
+ ARGS="-u bacula -g bacula"
if ucfq -w "/etc/default/bacula-dir" \
|egrep -q '^[^:]*:bacula-director-(pgsql|mysql|sqlite3):'; then
UCFR_ARGS="-f"
@@ -197,7 +195,6 @@
else
if [ -f "$DEFAULTS" ]; then
ENABLED=$(. $DEFAULTS; echo $ENABLED)
- ARGS=$(. $DEFAULTS; echo $ARGS)
CONFIG=$(. $DEFAULTS; echo $CONFIG)
fi
fi
@@ -219,7 +216,7 @@
ENABLED="$ENABLED"
# Additional start arguments can be provided here
-# ARGS="$DEFAULT_ARGS"
+# ARGS="$ARGS"
ARGS="$ARGS"
# Default config file can be changed here
diff -Nru bacula-5.2.6+dfsg/debian/changelog bacula-5.2.6+dfsg/debian/changelog
--- bacula-5.2.6+dfsg/debian/changelog 2013-01-08 16:01:40.000000000 +0400
+++ bacula-5.2.6+dfsg/debian/changelog 2013-01-29 18:47:28.000000000 +0400
@@ -1,3 +1,10 @@
+bacula (5.2.6+dfsg-8) unstable; urgency=high
+
+ * debian/additions/common-functions.dpkg:
+ + Fix missed user for run bacula-director (Closes: #699244).
+
+ -- Alexander Golovko <alexandro@ankalagon.ru> Tue, 29 Jan 2013 18:47:27 +0400
+
bacula (5.2.6+dfsg-7) unstable; urgency=low
* debian/bacula-sd.install, bacula-director-{sqlite3,mysql,pgsql}.install,
Attachment:
signature.asc
Description: PGP signature