Merge tag 'upstream/1.40' into tizen.
[platform/upstream/connman.git] / vpn / vpn-dbus.conf
old mode 100644 (file)
new mode 100755 (executable)
index 0f0c8da..db3d49e
@@ -1,15 +1,20 @@
 <!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>
     <policy at_console="true">
         <allow send_destination="net.connman.vpn"/>
     </policy>
-    <policy context="default">
-        <deny send_destination="net.connman.vpn"/>
-    </policy>
+       <policy user="network_fw">
+               <allow own="net.connman.vpn"/>
+               <allow send_destination="net.connman.vpn"/>
+       </policy>
+       <policy context="default">
+               <deny own="net.connman.vpn"/>
+               <deny send_destination="net.connman.vpn"/>
+       </policy>
 </busconfig>