]> code.delx.au - pulseaudio/blob - src/daemon/pulseaudio-system.conf
edddaf93b863f311644a1219686cfb777a0530e8
[pulseaudio] / src / daemon / pulseaudio-system.conf
1 <?xml version="1.0"?><!--*-nxml-*-->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5 <!--
6 This file is part of PulseAudio.
7
8 PulseAudio is free software; you can redistribute it and/or modify it
9 under the terms of the GNU Lesser General Public License as
10 published by the Free Software Foundation; either version 2.1 of the
11 License, or (at your option) any later version.
12
13 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
16 Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with PulseAudio; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21 USA.
22 -->
23
24 <busconfig>
25
26 <!-- System-wide PulseAudio runs as 'pulse' user. This fragment is
27 not necessary for user PulseAudio instances. -->
28
29 <policy user="pulse">
30 <allow own="org.pulseaudio.Server"/>
31
32 <!-- Allow pulseaudio to talk to HAL for device detection -->
33 <allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Manager"/>
34 <allow send_destination="org.freedesktop.Hal" send_interface="org.freedesktop.Hal.Device"/>
35 </policy>
36
37 </busconfig>