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/vpn | |
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/vpn')
-rw-r--r-- | src/vpn/vpn.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vpn/vpn.conf.in b/src/vpn/vpn.conf.in index 411ad3fb9..f5eb22447 100644 --- a/src/vpn/vpn.conf.in +++ b/src/vpn/vpn.conf.in @@ -8,6 +8,8 @@ BINARY = gnunet-service-vpn ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; UNIXPATH = /tmp/gnunet-service-vpn.sock +UNIX_MATCH_UID = YES +UNIX_MATCH_GID = YES IPV6ADDR = 1234::1 IPV6PREFIX = 32 |