1# Policy for /system/bin/irsc_util
2type irsc_util, domain;
3type irsc_util_exec, exec_type, vendor_file_type, file_type;
4
5init_daemon_domain(irsc_util)
6
7# whitelist ioctl commands
8allow irsc_util self:socket create_socket_perms;
9allowxperm irsc_util self:socket ioctl msm_sock_ipc_ioctls;
10