Sync with device/google/zuma-sepolicy cfa00dfc881e3

Bug: 272725898
Change-Id: I9125ed760c0b4c688cf37720f5d4a744f2484be7
This commit is contained in:
Robin Peng 2023-04-11 10:25:55 +00:00
parent bff99af2da
commit d9e2e6aae9
20 changed files with 43 additions and 53 deletions

View file

@ -14,6 +14,10 @@ allow hal_camera_default lwis_device:chr_file rw_file_perms;
allow hal_camera_default edgetpu_device:chr_file rw_file_perms;
allow hal_camera_default edgetpu_vendor_service:service_manager find;
binder_call(hal_camera_default, edgetpu_vendor_server)
# Allow edgetpu_app_service as well, due to the EdgeTpu metrics logging
# library has a dependency on edgetpu_app_service, see b/275016466.
allow hal_camera_default edgetpu_app_service:service_manager find;
binder_call(hal_camera_default, edgetpu_app_server)
# Allow access to data files used by the camera HAL
allow hal_camera_default mnt_vendor_file:dir search;