sepolicy: Address denials for secure ADSP domain

Allow apps and camera HAL access to secure ADSP domain

Change-Id: Ibb1071299632ab53726638dbcc134d4bca59fc52
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
Albert I
2021-07-07 04:30:48 +08:00
committed by pjgowtham
parent bc5e83a618
commit 879ea7ad59
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
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;

View File

@@ -1 +1,2 @@
allow hal_camera_default public_adsprpcd_file:file r_file_perms;
allow hal_camera_default vendor_xdsp_device:chr_file r_file_perms;