2012-08-20 12:13:28 +02:00
|
|
|
# Point to Point Protocol daemon
|
2017-05-15 22:19:03 +02:00
|
|
|
type ppp, domain;
|
2012-08-20 12:13:28 +02:00
|
|
|
type ppp_device, dev_type;
|
|
|
|
type ppp_exec, exec_type, file_type;
|
2013-10-29 19:42:38 +01:00
|
|
|
|
2014-02-24 21:06:11 +01:00
|
|
|
net_domain(ppp)
|
|
|
|
|
2016-12-01 00:22:18 +01:00
|
|
|
r_dir_file(ppp, proc_net)
|
|
|
|
|
2017-03-17 18:48:39 +01:00
|
|
|
allow ppp mtp:socket rw_socket_perms;
|
|
|
|
|
|
|
|
# ioctls needed for VPN.
|
|
|
|
allowxperm ppp self:udp_socket ioctl priv_sock_ioctls;
|
|
|
|
allowxperm ppp mtp:socket ioctl ppp_ioctls;
|
|
|
|
|
2014-05-13 14:24:38 +02:00
|
|
|
allow ppp mtp:unix_dgram_socket rw_socket_perms;
|
2013-10-29 19:42:38 +01:00
|
|
|
allow ppp ppp_device:chr_file rw_file_perms;
|
2017-11-09 23:51:26 +01:00
|
|
|
allow ppp self:global_capability_class_set net_admin;
|
2013-10-29 19:42:38 +01:00
|
|
|
allow ppp system_file:file rx_file_perms;
|
2017-04-14 06:58:12 +02:00
|
|
|
not_full_treble(`allow ppp vendor_file:file rx_file_perms;')
|
2013-10-29 19:42:38 +01:00
|
|
|
allow ppp vpn_data_file:dir w_dir_perms;
|
|
|
|
allow ppp vpn_data_file:file create_file_perms;
|
|
|
|
allow ppp mtp:fd use;
|