1type irsc_util, domain, 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 domain_auto_trans(adbd, irsc_util_exec, irsc_util) 8') 9 10allow irsc_util irsc_util:socket {create ioctl}; 11create_pty(irsc_util) 12allow irsc_util irsc_util_exec:file execute_no_trans; 13