| # SElinux policy file for allowing various vpn clients | |
| # to access net.connman.Task dbus interface | |
| module connman-task 1.0; | |
| require { | |
| type openvpn_t; | |
| type openconnect_t; | |
| type vpnc_t; | |
| type initrc_t; | |
| class dbus send_msg; | |
| } | |
| allow openvpn_t initrc_t:dbus send_msg; | |
| allow openconnect_t initrc_t:dbus send_msg; | |
| allow vpnc_t initrc_t:dbus send_msg; |