diff options
Diffstat (limited to 'dbus/dnsmasq.conf')
-rw-r--r-- | dbus/dnsmasq.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dbus/dnsmasq.conf b/dbus/dnsmasq.conf index 82b1c76..d1d7739 100644 --- a/dbus/dnsmasq.conf +++ b/dbus/dnsmasq.conf @@ -6,9 +6,13 @@ <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> |