MycroftOS: Fix dbus pulse configuration

This commit is contained in:
Peter Steenbergen 2020-04-20 12:01:11 +02:00
parent afbb248517
commit faa2787ecd
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
<busconfig>
<!-- System-wide PulseAudio runs as 'root' user. This fragment is
<!-- System-wide PulseAudio runs as 'pulse' user. This fragment is
not necessary for user PulseAudio instances. -->
<policy user="root">
<policy user="pulse">
<allow own="org.pulseaudio.Server"/>
<allow send_destination="org.pulseaudio.Server"/>
<allow receive_sender="org.pulseaudio.Server"/>