aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-07-05 22:11:04 +0200
committerxrs <xrs@mail36.net>2019-07-05 22:11:04 +0200
commitf051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0 (patch)
treeff29a4d24b56cd113f3b0ce60f0e66aa1250e007
parentc7ec44c1263a19ee056eaec27c8bfb2ecd4e5184 (diff)
downloadgnunet-f051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0.tar.gz
gnunet-f051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0.zip
fix for starting problems of SUID binaries
The problem here is that the options was set and empty. Thus the default path was not set and a SUID binary like gnunet-helper-vpn could not start.
-rw-r--r--src/util/util.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index dfa4f8346..d8613f653 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -52,7 +52,7 @@ GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
52# By default it is assumed to be in the libexec directory, but on some systems 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 53# like NixOS setuid / setgid is only possible through a wrapper in a specific
54# location. 54# location.
55SUID_BINARY_PATH = 55# SUID_BINARY_PATH =
56 56
57 57
58[PEER] 58[PEER]