From f051bd5399a0e7d30a77ae8e39035bcd1fcd9dd0 Mon Sep 17 00:00:00 2001 From: xrs Date: Fri, 5 Jul 2019 22:11:04 +0200 Subject: [PATCH] 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. --- src/util/util.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.25.1