Added dbus/cynara policy
[platform/upstream/connman.git] / vpn / vpn-dbus.conf
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4         <policy user="root">
5                 <allow own="net.connman.vpn"/>
6                 <allow send_destination="net.connman.vpn"/>
7                 <allow send_interface="net.connman.vpn.Agent"/>
8         </policy>
9         <policy user="network_fw">
10                 <allow own="net.connman.vpn"/>
11                 <allow send_destination="net.connman.vpn"/>
12                 <allow send_interface="net.connman.vpn.Agent"/>
13         </policy>
14         <policy at_console="true">
15                 <allow send_destination="net.connman.vpn"/>
16         </policy>
17         <policy context="default">
18                 <deny own="net.connman.vpn"/>
19                 <deny send_destination="net.connman.vpn"/>
20                 <deny send_interface="net.connman.vpn.Agent"/>
21         </policy>
22 </busconfig>