pipewire/pinos/daemon/pinos-system.conf

32 lines
1 KiB
Text
Raw Normal View History

2015-04-16 16:58:33 +02:00
<?xml version="1.0"?><!--*-nxml-*-->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<!--
2015-06-30 18:06:36 +02:00
This file is part of Pinos.
2015-04-16 16:58:33 +02:00
2015-06-30 18:06:36 +02:00
Pinos is free software; you can redistribute it and/or modify it
2015-04-16 16:58:33 +02:00
under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
2015-06-30 18:06:36 +02:00
Pinos is distributed in the hope that it will be useful, but WITHOUT
2015-04-16 16:58:33 +02:00
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
Public License for more details.
You should have received a copy of the GNU Lesser General Public
2015-06-30 18:06:36 +02:00
License along with Pinos; if not, see <http://www.gnu.org/licenses/>.
2015-04-16 16:58:33 +02:00
-->
<busconfig>
2015-06-30 18:06:36 +02:00
<!-- System-wide Pinos runs as 'pinos' user. This fragment is
not necessary for user Pinos instances. -->
2015-04-16 16:58:33 +02:00
2015-06-30 18:06:36 +02:00
<policy user="pinos">
<allow own="org.pinos"/>
2015-04-16 16:58:33 +02:00
</policy>
</busconfig>