Home | History | Annotate | Download | only in sepolicy
      1 type per_proxy, domain, device_domain_deprecated;
      2 type per_proxy_exec, exec_type, file_type;
      3 init_daemon_domain(per_proxy);
      4 
      5 binder_use(per_proxy)
      6 binder_call(per_proxy, per_mgr)
      7 
      8 allow per_proxy per_mgr_service:service_manager find;
      9 allow per_proxy sysfs_msm_subsys:dir r_dir_perms;
     10 allow per_proxy sysfs_msm_subsys:lnk_file r_file_perms;
     11