]> git.ipfire.org Git - people/ms/network.git/blob - src/networkd/org.ipfire.network1.conf
Makefile: Fix typo in localstatedir
[people/ms/network.git] / src / networkd / org.ipfire.network1.conf
1 <?xml version="1.0"?> <!--*-nxml-*-->
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "https://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5 <busconfig>
6 <policy user="network">
7 <allow own="org.ipfire.network1"/>
8 <allow send_destination="org.ipfire.network1"/>
9 <allow receive_sender="org.ipfire.network1"/>
10 </policy>
11
12 <policy context="default">
13 <allow send_destination="org.ipfire.network1"/>
14 <allow receive_sender="org.ipfire.network1"/>
15 </policy>
16 </busconfig>