diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:47:15 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-13 01:47:15 +0900 |
commit | fcd16d9cfa7ae66560b8df5b7d3e9d954bc14296 (patch) | |
tree | 3b846665d64c5f6f36010b2bdbf48ebeb9904d4e /dbus/dnsmasq.conf | |
parent | e5a7e6adba9219ecf8bb5668382fab628f63bf6e (diff) | |
download | dnsmasq-fcd16d9cfa7ae66560b8df5b7d3e9d954bc14296.tar.gz dnsmasq-fcd16d9cfa7ae66560b8df5b7d3e9d954bc14296.tar.bz2 dnsmasq-fcd16d9cfa7ae66560b8df5b7d3e9d954bc14296.zip |
Tizen 2.1 base
Diffstat (limited to 'dbus/dnsmasq.conf')
-rw-r--r-- | dbus/dnsmasq.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dbus/dnsmasq.conf b/dbus/dnsmasq.conf new file mode 100644 index 0000000..82b1c76 --- /dev/null +++ b/dbus/dnsmasq.conf @@ -0,0 +1,14 @@ +<!DOCTYPE busconfig PUBLIC + "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + <policy user="root"> + <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> +</busconfig> + |