diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-13 22:10:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-13 22:10:16 +0000 |
commit | fb1390dfeb7e98a404207988f13341522f3692b6 (patch) | |
tree | 8568f457c1f6cecf4486b6cedea839c39758e0a0 /src/dht/dht.conf.in | |
parent | 8f2925beae5b4791ff1c0a592d10ad69f249bc7d (diff) |
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.in | 1 |
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; ACCEPT_FROM6 = ::1; BUCKET_SIZE = 4 UNIXPATH = /tmp/gnunet-service-dht.sock +# This could be relaxed... UNIX_MATCH_UID = YES UNIX_MATCH_GID = YES # DISABLE_SOCKET_FORWARDING = NO |