diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-08 23:42:02 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | d4f515d57a297c53b623e87202c53406b4fb607b (patch) | |
tree | 0b71417c47eef95a6154669a32275a7f505accc3 /sepolicy | |
parent | fd937e1907519421c9c396a04759913d842d661d (diff) |
shinano: Allow init to access qseecom.
Change-Id: I553837282f0a785162b7799b65a3a6b2d406599f
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
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; |