]> git.ipfire.org Git - collecty.git/blob - src/dbus/org.ipfire.collecty1.conf
Add dbus interface
[collecty.git] / src / dbus / org.ipfire.collecty1.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 collecty.
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12 -->
13
14 <busconfig>
15 <policy user="root">
16 <allow own="org.ipfire.collecty1"/>
17 <allow send_destination="org.ipfire.collecty1"/>
18 <allow receive_sender="org.ipfire.collecty1"/>
19 </policy>
20
21 <policy context="default">
22 <allow send_destination="org.ipfire.collecty1"/>
23 <allow receive_sender="org.ipfire.collecty1"/>
24 </policy>
25 </busconfig>