2012-08-20 12:13:28 +02:00
|
|
|
# vpn tunneling protocol manager
|
2017-05-15 22:19:03 +02:00
|
|
|
type mtp, domain;
|
2018-09-27 19:21:37 +02:00
|
|
|
type mtp_exec, system_file_type, exec_type, file_type;
|
2012-08-20 12:13:28 +02:00
|
|
|
|
2012-09-26 00:52:54 +02:00
|
|
|
net_domain(mtp)
|
2013-10-29 19:42:37 +01:00
|
|
|
|
|
|
|
# pptp policy
|
2019-05-08 10:16:35 +02:00
|
|
|
allow mtp self:{ socket pppox_socket } create_socket_perms_no_ioctl;
|
2017-11-09 23:51:26 +01:00
|
|
|
allow mtp self:global_capability_class_set net_raw;
|
2013-10-29 19:42:37 +01:00
|
|
|
allow mtp ppp:process signal;
|
|
|
|
allow mtp vpn_data_file:dir search;
|