From 3d6cc026e25ea3015ea989273ba69336a26ab686 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Jan 2010 22:08:59 +0100 Subject: 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. --- src/pulse/client.conf.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulse/client.conf.in') diff --git a/src/pulse/client.conf.in b/src/pulse/client.conf.in index e03096e0..090713ec 100644 --- a/src/pulse/client.conf.in +++ b/src/pulse/client.conf.in @@ -32,3 +32,5 @@ ; enable-shm = yes ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB + +; auto-connect-localhost = no -- cgit