From ec2ff8efb5ff9fb195dc2575487b0f30c09316ed Mon Sep 17 00:00:00 2001 From: Bertrand Marc Date: Sat, 29 Sep 2012 15:10:30 +0200 Subject: Change default option UNIX_MATCH_UID as suggested by Daniel Dehennin, patch picked from upstream (Closes: #686238). --- debian/patches/unix_match_uid.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/patches/unix_match_uid.diff diff --git a/debian/patches/unix_match_uid.diff b/debian/patches/unix_match_uid.diff new file mode 100644 index 0000000..dcbca23 --- /dev/null +++ b/debian/patches/unix_match_uid.diff @@ -0,0 +1,13 @@ +Index: src/datastore/datastore.conf.in +=================================================================== +--- a/src/datastore/datastore.conf.in ++++ b/src/datastore/datastore.conf.in +@@ -1,7 +1,7 @@ + [datastore] + AUTOSTART = YES + UNIXPATH = /tmp/gnunet-service-datastore.sock +-UNIX_MATCH_UID = YES ++UNIX_MATCH_UID = NO + UNIX_MATCH_GID = YES + @UNIXONLY@ PORT = 2093 + HOSTNAME = localhost -- cgit v1.2.3-18-g5258