diff options
Diffstat (limited to 'dbus/dnsmasq.conf')
-rw-r--r-- | dbus/dnsmasq.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dnsmasq.conf b/dbus/dnsmasq.conf index 82b1c76..a14f363 100644 --- a/dbus/dnsmasq.conf +++ b/dbus/dnsmasq.conf @@ -7,8 +7,8 @@ <allow send_destination="uk.org.thekelleys.dnsmasq"/> </policy> <policy context="default"> - <deny own="uk.org.thekelleys.dnsmasq"/> - <deny send_destination="uk.org.thekelleys.dnsmasq"/> + <allow own="uk.org.thekelleys.dnsmasq"/> + <allow send_destination="uk.org.thekelleys.dnsmasq"/> </policy> </busconfig> |