diff options
author | Albert I <kras@raphielgang.org> | 2022-03-20 19:21:54 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 |
commit | a99906babb724e71029e014d38ed4b394637d3ce (patch) | |
tree | 668812306bf2bf7b780fb1c04c9c2a1d46665263 /sepolicy/vendor/app.te | |
parent | ca77bbd83864719953bdaca8f4ff3f715e9b269d (diff) |
veux: sepolicy: Allow apps and camera HAL access to secure ADSP domain
Diffstat (limited to 'sepolicy/vendor/app.te')
-rw-r--r-- | sepolicy/vendor/app.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vendor/app.te b/sepolicy/vendor/app.te index b70be61..03728c4 100644 --- a/sepolicy/vendor/app.te +++ b/sepolicy/vendor/app.te @@ -1,4 +1,5 @@ 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_mlipay_prop) |