Sync with device/google/zuma-sepolicy cfa00dfc881e3
Bug: 272725898 Change-Id: I9125ed760c0b4c688cf37720f5d4a744f2484be7
This commit is contained in:
parent
bff99af2da
commit
d9e2e6aae9
20 changed files with 43 additions and 53 deletions
7
vendor/google_camera_app.te
vendored
7
vendor/google_camera_app.te
vendored
|
@ -6,3 +6,10 @@ allow google_camera_app gxp_device:chr_file rw_file_perms;
|
|||
|
||||
# Allows camera app to access the PowerHAL.
|
||||
hal_client_domain(google_camera_app, hal_power)
|
||||
|
||||
# Allow camera app to access the a subset of app services.
|
||||
allow google_camera_app app_api_service:service_manager find;
|
||||
|
||||
# Allows GCA to access the EdgeTPU device.
|
||||
allow google_camera_app edgetpu_app_service:service_manager find;
|
||||
allow google_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue