From: xrs Date: Fri, 5 Jul 2019 20:11:04 +0000 (+0200) Subject: fix for starting problems of SUID binaries X-Git-Tag: v0.11.6~50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0;p=oweals%2Fgnunet.git 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. --- 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/ # By default it is assumed to be in the libexec directory, but on some systems # like NixOS setuid / setgid is only possible through a wrapper in a specific # location. -SUID_BINARY_PATH = +# SUID_BINARY_PATH = [PEER]