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