192 |
- |
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, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
-->
|
|
|
21 |
|
|
|
22 |
<busconfig>
|
|
|
23 |
|
|
|
24 |
<!-- System-wide PulseAudio runs as 'pulse' user. This fragment is
|
|
|
25 |
not necessary for user PulseAudio instances. -->
|
|
|
26 |
|
|
|
27 |
<policy user="pulse">
|
|
|
28 |
<allow own="org.pulseaudio.Server"/>
|
|
|
29 |
</policy>
|
|
|
30 |
|
|
|
31 |
</busconfig>
|