blob: 9918a3db6e2d5389cf74f4c8d00c2c59aa414908 (
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;
|