summaryrefslogtreecommitdiffstats
path: root/common/irsc_util.te
blob: a3ecd770e84a997f8d42097c59cf3dd1118f3622 (plain)
1
2
3
4
5
6
7
8
9
10
11
type irsc_util, domain, domain_deprecated;
type irsc_util_exec, exec_type, file_type;
init_daemon_domain(irsc_util)

userdebug_or_eng(`
  domain_auto_trans(shell, irsc_util_exec, irsc_util)
  domain_auto_trans(adbd, irsc_util_exec, irsc_util)
')

allow irsc_util irsc_util:socket { create ioctl };
allow irsc_util devpts:chr_file rw_file_perms;