Home | History | Annotate | Download | only in sepolicy
      1 type irsc_util, domain, device_domain_deprecated;
      2 type irsc_util_exec, exec_type, file_type;
      3 
      4 init_daemon_domain(irsc_util);
      5 
      6 allow irsc_util self:socket create_socket_perms;
      7 allowxperm irsc_util self:socket ioctl msm_sock_ipc_ioctls;
      8