projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ec44c
)
fix for starting problems of SUID binaries
author
xrs
<xrs@mail36.net>
Fri, 5 Jul 2019 20:11:04 +0000
(22:11 +0200)
committer
xrs
<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
patch
|
blob
|
history
diff --git
a/src/util/util.conf
b/src/util/util.conf
index dfa4f83466cfca817fb6ac1c4bd4cc9e95e37102..d8613f6532230c3909e353a65a2265918bf1909f 100644
(file)
--- 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]