]> code.delx.au - pulseaudio/blob - src/daemon/pulseaudio-system.conf
build-sys: remove HAL support, it's obsolete since years
[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 </policy>
32
33 </busconfig>