summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2018-04-02 17:36:12 +0900
committertaesub kim <taesub.kim@samsung.com>2018-04-02 17:36:18 +0900
commit1ba0554641742c75d9f8d0eacd5bb3bd14d32f36 (patch)
tree156036beabae96b00e3dfebd11c7edd8f75c08ae
parentef389a7b9279d9e7c2a677041ef87f5d7dad605a (diff)
downloadconnman-1ba0554641742c75d9f8d0eacd5bb3bd14d32f36.tar.gz
connman-1ba0554641742c75d9f8d0eacd5bb3bd14d32f36.tar.bz2
connman-1ba0554641742c75d9f8d0eacd5bb3bd14d32f36.zip
Added dbus/cynara policy
Change-Id: I82192eb00243dd45e64e37e806d7c7e90fa3fac2 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
-rwxr-xr-xvpn/vpn-dbus.conf30
1 files changed, 16 insertions, 14 deletions
diff --git a/vpn/vpn-dbus.conf b/vpn/vpn-dbus.conf
index 7b7b6d19..8ebfc6b6 100755
--- a/vpn/vpn-dbus.conf
+++ b/vpn/vpn-dbus.conf
@@ -1,20 +1,22 @@
<!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="net.connman.vpn"/>
- <allow send_destination="net.connman.vpn"/>
+ <policy user="root">
+ <allow own="net.connman.vpn"/>
+ <allow send_destination="net.connman.vpn"/>
<allow send_interface="net.connman.vpn.Agent"/>
- </policy>
- <policy user="network_fw">
- <allow own="net.connman.vpn"/>
- <allow send_destination="net.connman.vpn"/>
+ </policy>
+ <policy user="network_fw">
+ <allow own="net.connman.vpn"/>
+ <allow send_destination="net.connman.vpn"/>
<allow send_interface="net.connman.vpn.Agent"/>
- </policy>
- <policy at_console="true">
- <allow send_destination="net.connman.vpn"/>
- </policy>
- <policy context="default">
- <deny send_destination="net.connman.vpn"/>
- </policy>
+ </policy>
+ <policy at_console="true">
+ <allow send_destination="net.connman.vpn"/>
+ </policy>
+ <policy context="default">
+ <deny own="net.connman.vpn"/>
+ <deny send_destination="net.connman.vpn"/>
+ <deny send_interface="net.connman.vpn.Agent"/>
+ </policy>
</busconfig>