Blob Blame History Raw
From b4d4723f3b68a9bb9f5db8fa07ad5f471c3ca35f Mon Sep 17 00:00:00 2001
From: Luke Hutchison <luke.hutch@gmail.com>
Date: Thu, 10 Jan 2013 09:13:19 +0100
Subject: [PATCH] Allow PulseAudio to connect by default

https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
---
 profiles/audio/audio.conf |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/profiles/audio/audio.conf b/profiles/audio/audio.conf
index f556610..d5222a0 100644
--- a/profiles/audio/audio.conf
+++ b/profiles/audio/audio.conf
@@ -4,6 +4,10 @@
 # particular interface
 [General]
 
+# Allow PulseAudio to connect by default
+# https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
+Enable=Socket
+
 # Switch to master role for incoming connections (defaults to true)
 #Master=true
 
-- 
1.7.1