diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-10-18 21:36:33 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-10-18 21:36:33 +0200 |
commit | ebf2defd5bcc76493cc06fc7bf007f6a55dd71b2 (patch) | |
tree | f491b3c2d71040a000e63a7c743ed66ea8c92fb2 /debian/patches/unix_match_uid.diff | |
parent | f7663604662a35b8c2393916120bd871bb9cdf24 (diff) |
Change default option UNIX_MATCH_UID for services datastore and namestore, so users in the gnunet group may use these services (Closes: #686238, #684317).
Diffstat (limited to 'debian/patches/unix_match_uid.diff')
-rw-r--r-- | debian/patches/unix_match_uid.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/unix_match_uid.diff b/debian/patches/unix_match_uid.diff deleted file mode 100644 index dcbca23..0000000 --- a/debian/patches/unix_match_uid.diff +++ /dev/null @@ -1,13 +0,0 @@ -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 |