29 lines
962 B
Diff
29 lines
962 B
Diff
From ef0c24aa3f734ceca2b712be771db272dc3bee3e Mon Sep 17 00:00:00 2001
|
|
From: Christophe Priouzeau <christophe.priouzeau@st.com>
|
|
Date: Thu, 25 Oct 2018 17:51:20 +0200
|
|
Subject: [PATCH 2/2] dbus: authorize to communicate with bluez
|
|
|
|
---
|
|
src/daemon/pulseaudio-system.conf | 5 ++++-
|
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/pulseaudio-system.conf b/src/daemon/pulseaudio-system.conf
|
|
index 2eb342e..a0ba05e 100644
|
|
--- a/src/daemon/pulseaudio-system.conf
|
|
+++ b/src/daemon/pulseaudio-system.conf
|
|
@@ -25,7 +25,10 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|
not necessary for user PulseAudio instances. -->
|
|
|
|
<policy user="pulse">
|
|
- <allow own="org.pulseaudio.Server"/>
|
|
+ <allow own="org.pulseaudio.Server"/>
|
|
+ <allow own="org.pulseaudio.Server"/>
|
|
+ <allow send_destination="org.bluez"/>
|
|
+ <allow send_interface="org.bluez.Manager"/>
|
|
</policy>
|
|
|
|
</busconfig>
|
|
--
|
|
2.25.1
|
|
|