summaryrefslogtreecommitdiff
path: root/vpn/connman-task.te
blob: dd7771076f403f182e906c433d35e528646a501c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;