summaryrefslogtreecommitdiff
path: root/sepolicy/irsc_util.te
blob: f2fb7a3ff46a2fcdefdb3462e31eb608922ef67c (plain)
1
2
3
4
5
6
7
type irsc_util, domain, device_domain_deprecated;
type irsc_util_exec, exec_type, file_type;

init_daemon_domain(irsc_util);

allow irsc_util self:socket create_socket_perms;
allowxperm irsc_util self:socket ioctl msm_sock_ipc_ioctls;