gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/03: introduce config option SUID_BINARY_PATH (e


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: introduce config option SUID_BINARY_PATH (empty by default)
Date: Sat, 29 Jun 2019 13:00:54 +0200

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

commit 9c7302e9d253a243b7bb2887bb6e62c31a874278
Author: lurchi <address@hidden>
AuthorDate: Sat Jun 29 12:57:48 2019 +0200

    introduce config option SUID_BINARY_PATH (empty by default)
---
 src/util/util.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/util/util.conf b/src/util/util.conf
index dbc2b2e0d..dfa4f8346 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -48,6 +48,12 @@ GNUNET_TMP = ${TMPDIR:-${TMP:-/tmp}}/gnunet/
 # configuration file is assumed to be the default,
 # which is what we want by default...
 
+# Location of binaries requiring setuid or setgid flags, e.g. 
gnunet-helper-vpn.
+# 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 =
+
 
 [PEER]
 # Where do we store our private key?

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]