diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/init.te | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te index 78e2f75..1dace75 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -3,4 +3,8 @@ 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 };
\ No newline at end of file +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; |