aboutsummaryrefslogtreecommitdiff
path: root/src/util/util.conf
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-29 12:57:48 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-29 12:57:48 +0200
commit9c7302e9d253a243b7bb2887bb6e62c31a874278 (patch)
tree6be90c7c5cd5ad0b92cd9b06770121daf4e5a87c /src/util/util.conf
parent8073ee2c2c7d76447790907e1e9af099c5011d5b (diff)
downloadgnunet-9c7302e9d253a243b7bb2887bb6e62c31a874278.tar.gz
gnunet-9c7302e9d253a243b7bb2887bb6e62c31a874278.zip
introduce config option SUID_BINARY_PATH (empty by default)
Diffstat (limited to 'src/util/util.conf')
-rw-r--r--src/util/util.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index dbc2b2e0d..dfa4f8346 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -48,6 +48,12 @@ GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
48# configuration file is assumed to be the default, 48# configuration file is assumed to be the default,
49# which is what we want by default... 49# which is what we want by default...
50 50
51# Location of binaries requiring setuid or setgid flags, e.g. gnunet-helper-vpn.
52# By default it is assumed to be in the libexec directory, but on some systems
53# like NixOS setuid / setgid is only possible through a wrapper in a specific
54# location.
55SUID_BINARY_PATH =
56
51 57
52[PEER] 58[PEER]
53# Where do we store our private key? 59# Where do we store our private key?