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/dv/dv.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/dv/dv.conf.in')
-rw-r--r-- | src/dv/dv.conf.in | 2 |
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 HOSTNAME = localhost @UNIXONLY@ PORT = 2571 UNIXPATH = /tmp/gnunet-service-dv.sock +UNIX_MATCH_UID = YES +UNIX_MATCH_GID = YES # ACCEPT_FROM = # ACCEPT_FROM6 = # REJECT_FROM = |