aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 08:40:04 +0000
commit56bfc1608f8cb90f13bd2263ce0f1bd14f77159e (patch)
treeb846669b5fdb75debeb0273dcbd073b7597f12cd /src/identity/identity.conf.in
parent217821d5221b92b4f46d148abf1fea16c38767d0 (diff)
downloadgnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.tar.gz
gnunet-56bfc1608f8cb90f13bd2263ce0f1bd14f77159e.zip
-trying to fix #3202
Diffstat (limited to 'src/identity/identity.conf.in')
-rw-r--r--src/identity/identity.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/identity.conf.in b/src/identity/identity.conf.in
index 19efd4aa6..9d1bb1a66 100644
--- a/src/identity/identity.conf.in
+++ b/src/identity/identity.conf.in
@@ -6,7 +6,7 @@ HOSTNAME = localhost
6BINARY = gnunet-service-identity 6BINARY = gnunet-service-identity
7ACCEPT_FROM = 127.0.0.1; 7ACCEPT_FROM = 127.0.0.1;
8ACCEPT_FROM6 = ::1; 8ACCEPT_FROM6 = ::1;
9UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-identity.unix 9UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-identity.unix
10UNIX_MATCH_UID = NO 10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 11UNIX_MATCH_GID = YES
12 12