summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Coelho <falktx@falktx.com>2017-12-13 22:15:58 +0100
committerGitHub <noreply@github.com>2017-12-13 22:15:58 +0100
commit8837122efd18f58bb2cc132391583ea9445ee32b (patch)
treebc6d9cefa2e0dead8023b1868c8e545e7272ef4b
parentd4fdd6ac266a7876da2f400fa84528db9b6049db (diff)
parent134bff1dc081bf85634f5b34dc900cac6d9def3b (diff)
downloadjack2-8837122efd18f58bb2cc132391583ea9445ee32b.tar.gz
Merge pull request #302 from sdrik/pull/promiscuous-doc
Add a note about the promiscuous mode
-rw-r--r--man/jackd.010
1 files changed, 10 insertions, 0 deletions
diff --git a/man/jackd.0 b/man/jackd.0
index 876166b8..d64ec0fc 100644
--- a/man/jackd.0
+++ b/man/jackd.0
@@ -579,6 +579,16 @@ Defining \fB$JACK_NO_AUDIO_RESERVATION\fR will bypass audio device
reservation via session bus (DBus). This can be useful if JACK
was compiled with DBus support but should run on a headless system.
+\fB$JACK_PROMISCUOUS_SERVER\fR enables an alternate way of handling the various
+shared resources (Unix sockets, semaphores, ...). In this mode, the generated
+names will not contain the user id anymore, and the permissions of those
+resources will be relaxed, allowing clients from different users to talk with
+the same server. Moreover, on platforms that support it (all POSIX variants),
+if set to a valid Unix group name or id, the permissions will be restricted to
+that group, so only members of that group will be able to launch clients that
+talk to this server. Important note: it must be set with the same value for
+both server and clients to work as expected.
+
.SH "SEE ALSO:"
.PP
.I http://www.jackaudio.org