fix for starting problems of SUID binaries
authorxrs <xrs@mail36.net>
Fri, 5 Jul 2019 20:11:04 +0000 (22:11 +0200)
committerxrs <xrs@mail36.net>
Fri, 5 Jul 2019 20:11:04 +0000 (22:11 +0200)
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

index dfa4f83466cfca817fb6ac1c4bd4cc9e95e37102..d8613f6532230c3909e353a65a2265918bf1909f 100644 (file)
@@ -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]