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 | |
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).
-rw-r--r-- | debian/patches/default_config_datastore.diff (renamed from debian/patches/unix_match_uid.diff) | 0 | ||||
-rw-r--r-- | debian/patches/default_config_namestore.diff | 11 | ||||
-rw-r--r-- | debian/patches/series | 3 |
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/patches/unix_match_uid.diff b/debian/patches/default_config_datastore.diff index dcbca23..dcbca23 100644 --- a/debian/patches/unix_match_uid.diff +++ b/debian/patches/default_config_datastore.diff diff --git a/debian/patches/default_config_namestore.diff b/debian/patches/default_config_namestore.diff new file mode 100644 index 0000000..eea0643 --- /dev/null +++ b/debian/patches/default_config_namestore.diff @@ -0,0 +1,11 @@ +--- a/src/namestore/namestore.conf.in ++++ b/src/namestore/namestore.conf.in +@@ -1,7 +1,7 @@ + [namestore] + AUTOSTART = YES + UNIXPATH = /tmp/gnunet-service-namestore.sock +-UNIX_MATCH_UID = YES ++UNIX_MATCH_UID = NO + UNIX_MATCH_GID = YES + @UNIXONLY@ PORT = 2099 + HOSTNAME = localhost diff --git a/debian/patches/series b/debian/patches/series index 16f2d7f..ec3fd89 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,7 @@ +default_config_namestore.diff configure_libnss.diff libgcrypt_version_check.diff -unix_match_uid.diff +default_config_datastore.diff fix_kfreebsd_build.diff support_GNU_hurd.patch sparc_alignment.patch |