diff options
author | Cédric Schieli <cschieli@gmail.com> | 2017-10-29 10:57:17 +0100 |
---|---|---|
committer | Cédric Schieli <cschieli@gmail.com> | 2017-10-29 10:57:17 +0100 |
commit | 134bff1dc081bf85634f5b34dc900cac6d9def3b (patch) | |
tree | c5c70361b788ad9d0bed4f7d7cc3f13451109dba /man | |
parent | c44a220fbe5775653fc981334ae3d2cfffddc421 (diff) | |
download | jack2-134bff1dc081bf85634f5b34dc900cac6d9def3b.tar.gz |
Add a note about the promiscuous mode
Diffstat (limited to 'man')
-rw-r--r-- | man/jackd.0 | 10 |
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 |