aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Marc <beberking@gmail.com>2012-09-29 15:10:30 +0200
committerBertrand Marc <beberking@gmail.com>2012-09-29 15:10:30 +0200
commitec2ff8efb5ff9fb195dc2575487b0f30c09316ed (patch)
treed0f4ad6cd37300f7d69923d3a07bae565a592bfc
parent3b2e5addedcba24e2c64f6202bb6f2eafc42ddef (diff)
Change default option UNIX_MATCH_UID as suggested by Daniel Dehennin, patch picked from upstream (Closes: #686238).
-rw-r--r--debian/patches/unix_match_uid.diff13
1 files changed, 13 insertions, 0 deletions
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