Home | History | Annotate | Download | only in sepolicy
      1 # Point to Point Protocol daemon
      2 type ppp, domain;
      3 permissive ppp;
      4 type ppp_device, dev_type;
      5 type ppp_exec, exec_type, file_type;
      6 type ppp_system_file, file_type;
      7 unconfined_domain(ppp)
      8 domain_auto_trans(mtp, ppp_exec, ppp)
      9