aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 22:10:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 22:10:16 +0000
commitfb1390dfeb7e98a404207988f13341522f3692b6 (patch)
tree8568f457c1f6cecf4486b6cedea839c39758e0a0 /src/dht/dht.conf.in
parent8f2925beae5b4791ff1c0a592d10ad69f249bc7d (diff)
downloadgnunet-fb1390dfeb7e98a404207988f13341522f3692b6.tar.gz
gnunet-fb1390dfeb7e98a404207988f13341522f3692b6.zip
improving code and build system to be in line with gnunet access control model for services as described at https://gnunet.org/gnunet-access-control-model
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r--src/dht/dht.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index c73c05688..17c13e93e 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -9,6 +9,7 @@ ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1; 9ACCEPT_FROM6 = ::1;
10BUCKET_SIZE = 4 10BUCKET_SIZE = 4
11UNIXPATH = /tmp/gnunet-service-dht.sock 11UNIXPATH = /tmp/gnunet-service-dht.sock
12# This could be relaxed...
12UNIX_MATCH_UID = YES 13UNIX_MATCH_UID = YES
13UNIX_MATCH_GID = YES 14UNIX_MATCH_GID = YES
14# DISABLE_SOCKET_FORWARDING = NO 15# DISABLE_SOCKET_FORWARDING = NO