sm6250-common: sepolicy: Allow apps and camera HAL access to secure ADSP domain

Signed-off-by: Albert I <kras@raphielgang.org>
Change-Id: Ibb1071299632ab53726638dbcc134d4bca59fc52
This commit is contained in:
Albert I 2021-07-07 04:30:48 +08:00 committed by Alexander Winkowski
parent 92b6e36b71
commit e42d1c571f
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
allow { appdomain -isolated_app } adsprpcd_file:dir r_dir_perms;
allow { appdomain -isolated_app } public_adsprpcd_file:file r_file_perms;
allow { appdomain -isolated_app } vendor_xdsp_device:chr_file r_file_perms;
get_prop({ appdomain -isolated_app }, vendor_fp_prop)
get_prop({ appdomain -isolated_app }, vendor_tee_listener_prop)

View File

@ -17,3 +17,4 @@ allow hal_camera_default socket_device:sock_file write;
allow hal_camera_default proc_stat:file { open };
allow hal_camera_default public_adsprpcd_file:file r_file_perms;
allow hal_camera_default vendor_xdsp_device:chr_file r_file_perms;