Base Code merged to SPIN 2.4
[platform/upstream/connman.git] / vpn / connman-task.te
1 # SElinux policy file for allowing various vpn clients
2 # to access net.connman.Task dbus interface
3
4 module connman-task 1.0;
5
6 require {
7         type openvpn_t;
8         type openconnect_t;
9         type vpnc_t;
10         type initrc_t;
11         class dbus send_msg;
12 }
13
14 allow openvpn_t initrc_t:dbus send_msg;
15 allow openconnect_t initrc_t:dbus send_msg;
16 allow vpnc_t initrc_t:dbus send_msg;