aboutsummaryrefslogtreecommitdiff
path: root/src/dv
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/dv
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/dv')
-rw-r--r--src/dv/dv.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dv/dv.conf.in b/src/dv/dv.conf.in
index fa647e31c..93278df7c 100644
--- a/src/dv/dv.conf.in
+++ b/src/dv/dv.conf.in
@@ -9,6 +9,8 @@ HOME = $SERVICEHOME
9HOSTNAME = localhost 9HOSTNAME = localhost
10@UNIXONLY@ PORT = 2571 10@UNIXONLY@ PORT = 2571
11UNIXPATH = /tmp/gnunet-service-dv.sock 11UNIXPATH = /tmp/gnunet-service-dv.sock
12UNIX_MATCH_UID = YES
13UNIX_MATCH_GID = YES
12# ACCEPT_FROM = 14# ACCEPT_FROM =
13# ACCEPT_FROM6 = 15# ACCEPT_FROM6 =
14# REJECT_FROM = 16# REJECT_FROM =