aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.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/transport/transport.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/transport/transport.conf.in')
-rw-r--r--src/transport/transport.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/transport.conf.in b/src/transport/transport.conf.in
index 213e8f5f0..ff81ff088 100644
--- a/src/transport/transport.conf.in
+++ b/src/transport/transport.conf.in
@@ -12,6 +12,7 @@ ACCEPT_FROM6 = ::1;
12PLUGINS = tcp 12PLUGINS = tcp
13UNIXPATH = /tmp/gnunet-service-transport.sock 13UNIXPATH = /tmp/gnunet-service-transport.sock
14BLACKLIST_FILE = $SERVICEHOME/blacklist 14BLACKLIST_FILE = $SERVICEHOME/blacklist
15# This could possibly be relaxed
15UNIX_MATCH_UID = YES 16UNIX_MATCH_UID = YES
16UNIX_MATCH_GID = YES 17UNIX_MATCH_GID = YES
17# DISABLE_SOCKET_FORWARDING = NO 18# DISABLE_SOCKET_FORWARDING = NO