From 21cbcc1a8a5900af9e820b10d5c1b28fc803f947 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Jan 2010 22:15:52 +0100 Subject: client: introduce auto-connect-display= following the scheme of auto-connect-localhost= Just connecting to a PA server just because X11's $DISPLAY is set might be a security hole. --- src/pulse/client.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulse/client.conf.in') diff --git a/src/pulse/client.conf.in b/src/pulse/client.conf.in index 090713ec..436747bc 100644 --- a/src/pulse/client.conf.in +++ b/src/pulse/client.conf.in @@ -34,3 +34,4 @@ ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB ; auto-connect-localhost = no +; auto-connect-display = no -- cgit