X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Futil.conf;h=d8613f6532230c3909e353a65a2265918bf1909f;hb=a16f6b613a10ed23099344611ff26844641fbee6;hp=f2e5bee28296437ee19371c2f9bc9a207cdbf6de;hpb=b2f4928cce63e2361c2018ca917d9b5370e503b3;p=oweals%2Fgnunet.git diff --git a/src/util/util.conf b/src/util/util.conf index f2e5bee28..d8613f653 100644 --- a/src/util/util.conf +++ b/src/util/util.conf @@ -25,7 +25,7 @@ GNUNET_CACHE_HOME = ${XDG_CACHE_HOME:-$GNUNET_HOME/.cache}/gnunet/ # Runtime data (i.e UNIX domain sockets, locks, always lost on system boot) # This is the variable for system-wide services; use GNUNET_USER_RUNTIME_DIR -# for per-user services (where USER_SERVICE=YES is set) +# for per-user services (where RUN_PER_USER=YES is set) # Note that the 'gnunet'/system user must have $TMPDIR/$TMP set to # exactly the same values as 'normal' users, otherwise this will fail. # If $TMPDIR or $TMP are set to different directories for different @@ -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?