mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
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.
This commit is contained in:
parent
4b1679e06d
commit
3d6cc026e2
5 changed files with 20 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue