Files
android_device_qcom_sepolicy/common/irsc_util.te
Ravi Kumar Siddojigari c7def121c0 sepolicy : Resolve full treble compilation issues
Resolve compilation issues while enabling full treble
based on the change Iaf0d5662e2eb77b8e3651beaaf87b2e6094632bb

Change-Id: I8053b8076de1843fd32c0eac264164d717678797
2017-06-13 04:10:55 +05:30

13 lines
413 B
Plaintext

type irsc_util, domain;
type irsc_util_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(irsc_util)
userdebug_or_eng(`
#domain_auto_trans(vendor_shell, irsc_util_exec, irsc_util)
#domain_auto_trans(adbd, irsc_util_exec, irsc_util)
')
allow irsc_util irsc_util:socket { create ioctl };
allowxperm irsc_util self:socket ioctl msm_sock_ipc_ioctls;
allow irsc_util devpts:chr_file rw_file_perms;