diff options
Diffstat (limited to 'debian/patches/unix_match_uid.diff')
-rw-r--r-- | debian/patches/unix_match_uid.diff | 13 |
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 |