• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type irsc_util, domain, device_domain_deprecated;
2type irsc_util_exec, exec_type, file_type;
3init_daemon_domain(irsc_util)
4
5userdebug_or_eng(`
6  domain_auto_trans(shell, irsc_util_exec, irsc_util)
7')
8
9allow irsc_util irsc_util:socket { create ioctl };
10allowxperm irsc_util self:socket ioctl msm_sock_ipc_ioctls;
11
12create_pty(irsc_util)
13allow irsc_util irsc_util_exec:file execute_no_trans;
14