summaryrefslogtreecommitdiff
path: root/dbus/dnsmasq.conf
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:47:15 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:47:15 +0900
commitfcd16d9cfa7ae66560b8df5b7d3e9d954bc14296 (patch)
tree3b846665d64c5f6f36010b2bdbf48ebeb9904d4e /dbus/dnsmasq.conf
parente5a7e6adba9219ecf8bb5668382fab628f63bf6e (diff)
downloaddnsmasq-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.conf14
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>
+