diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-13 22:08:59 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-13 22:08:59 +0100 |
commit | 3d6cc026e25ea3015ea989273ba69336a26ab686 (patch) | |
tree | 6828226fa64178b58a9a0f6e5645b5d3234184f9 /man | |
parent | 4b1679e06d3b4ed98ed8e934db8c0fe99877a56c (diff) |
client: introduce auto-connect-localhost= option in client.conf
Partly fixes:
http://pulseaudio.org/ticket/773
Also fixes a security hole since listening on the default port is not
access controlled right now.
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-client.conf.5.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/pulse-client.conf.5.xml.in b/man/pulse-client.conf.5.xml.in index 46cc8450..349b5159 100644 --- a/man/pulse-client.conf.5.xml.in +++ b/man/pulse-client.conf.5.xml.in @@ -106,6 +106,16 @@ USA. memory overcommit.</p> </option> + <option> + <p><opt>auto-connect-localhost=</opt> Automatically try to + connect to localhost via IP. Enabling this is a potential + security hole since connections are only authenticated one-way + and a rogue server might hence fool a client into sending it its + private (e.g. VoIP call) data. This was enabled by default on + PulseAudio version 0.9.21 and older. Defaults to + <opt>no</opt>.</p> + </option> + </section> <section name="Authors"> |