blob: dd7771076f403f182e906c433d35e528646a501c [file] [log] [blame]
# 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;