aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/gnunet-server.postinst1
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index bdc4033..7ec90db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ gnunet (0.9.3-4) unstable; urgency=low
upstream, following Werner Koch's advice (Closes: #684997).
* gnunet-server.postinst: check the existence of a binary before changing its
permissions (Closes: #688484).
+ * Do not set-UID gnunet-helper-fs-publish (Closes: #691154).
- -- Bertrand Marc <beberking@gmail.com> Thu, 18 Oct 2012 21:59:44 +0200
+ -- Bertrand Marc <beberking@gmail.com> Mon, 22 Oct 2012 22:52:43 +0200
gnunet (0.9.3-3) unstable; urgency=low
diff --git a/debian/gnunet-server.postinst b/debian/gnunet-server.postinst
index 18e0252..cc97f29 100644
--- a/debian/gnunet-server.postinst
+++ b/debian/gnunet-server.postinst
@@ -79,7 +79,6 @@ case "${1}" in
chmod 0700 "${SERVICEHOME}" || true
# Restrict access on setuid binaries
for file in /usr/bin/gnunet-helper-exit \
- /usr/bin/gnunet-helper-fs-publish \
/usr/bin/gnunet-helper-nat-client \
/usr/bin/gnunet-helper-nat-server \
/usr/bin/gnunet-helper-transport-wlan \