Blame SOURCES/0001-Allow-PulseAudio-to-connect-by-default.patch

0fa7e2
From 93c876a85b650c3e05d6042cd1bf4e5008fdebc5 Mon Sep 17 00:00:00 2001
0fa7e2
From: Bastien Nocera <hadess@hadess.net>
0fa7e2
Date: Thu, 10 Jan 2013 09:13:19 +0100
0fa7e2
Subject: [PATCH] Allow PulseAudio to connect by default
0fa7e2
0fa7e2
Disable the socket by default, it is enabled by default.
0fa7e2
0fa7e2
https://bugzilla.redhat.com/show_bug.cgi?id=969385#c4
0fa7e2
---
0fa7e2
 audio/audio.conf | 4 ++++
0fa7e2
 1 file changed, 4 insertions(+)
0fa7e2
0fa7e2
diff --git a/audio/audio.conf b/audio/audio.conf
0fa7e2
index fd6092a..a78f609 100644
0fa7e2
--- a/audio/audio.conf
0fa7e2
+++ b/audio/audio.conf
0fa7e2
@@ -4,6 +4,10 @@
0fa7e2
 # particular interface
0fa7e2
 [General]
0fa7e2
 
0fa7e2
+# Allow PulseAudio to connect by default
0fa7e2
+# https://bugzilla.redhat.com/show_bug.cgi?id=969385#c4
0fa7e2
+Disable=Socket
0fa7e2
+
0fa7e2
 # Switch to master role for incoming connections (defaults to true)
0fa7e2
 #Master=true
0fa7e2
 
0fa7e2
-- 
0fa7e2
1.8.4.2
0fa7e2