]> git.ipfire.org Git - people/ms/dnsmasq.git/blame - debian/dbus.conf
Fix new poll() code for helper pipe. Removed CPU-spin.
[people/ms/dnsmasq.git] / debian / dbus.conf
CommitLineData
c72daea8
SK
1<!DOCTYPE busconfig PUBLIC
2 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4<busconfig>
5 <policy user="root">
6 <allow own="uk.org.thekelleys.dnsmasq"/>
7 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
8 </policy>
9 <policy user="dnsmasq">
10 <allow own="uk.org.thekelleys.dnsmasq"/>
11 <allow send_destination="uk.org.thekelleys.dnsmasq"/>
12 </policy>
13 <policy context="default">
14 <deny own="uk.org.thekelleys.dnsmasq"/>
15 <deny send_destination="uk.org.thekelleys.dnsmasq"/>
16 </policy>
17</busconfig>
18