blob: dd766749183a836ca7dada28dffd4fb012ac43bb [file] [log] [blame]
rpcraigd49f7e62012-08-20 06:13:28 -04001# vpn tunneling protocol manager
2type mtp, domain;
3type mtp_exec, exec_type, file_type;
4
5init_daemon_domain(mtp)
Joshua Brindlef26d8132012-09-25 18:52:54 -04006net_domain(mtp)
Stephen Smalley59702592013-10-29 14:42:37 -04007
8# pptp policy
Stephen Smalley59702592013-10-29 14:42:37 -04009allow mtp self:socket create_socket_perms;
Stephen Smalley59702592013-10-29 14:42:37 -040010allow mtp self:capability net_raw;
11allow mtp ppp:process signal;
Stephen Smalley59702592013-10-29 14:42:37 -040012allow mtp vpn_data_file:dir search;