aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/init.te
blob: bda5e8b8ee8dab4ef43c96b4aa3ad53e48b8b839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# FM BCM
allow init hci_attach_dev:chr_file rw_file_perms;
allow init brcm_uim_exec:file { execute getattr read open };
allow init brcm_ldisc_sysfs:lnk_file { read };
allow init uim:process { siginh noatsecure transition rlimitinh };
allow init tmpfs:lnk_file { relabelfrom };

# adsprpcd access to qseecom and qdsp_device
allow init tee_device:chr_file rw_file_perms;
allow init qdsp_device:chr_file rw_file_perms;

# Touch
allow init sysfs_touch:file setattr;