Remove Google Camera access to GXP firmware. am: 35910a3e8b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/23612126

Change-Id: I5efdb04c8be5e6d3a01850ff747ca5c7b20992f8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Krzysztof Kosiński 2023-06-12 02:03:17 +00:00 committed by Automerger Merge Worker
commit 9332337e8e

View file

@ -9,9 +9,8 @@ allow google_camera_app mediaextractor_service:service_manager find;
allow google_camera_app mediametrics_service:service_manager find; allow google_camera_app mediametrics_service:service_manager find;
allow google_camera_app mediaserver_service:service_manager find; allow google_camera_app mediaserver_service:service_manager find;
# Allows GCA to acccess the GXP device and search for the firmware file. # Allows GCA to acccess the GXP device.
allow google_camera_app gxp_device:chr_file rw_file_perms; allow google_camera_app gxp_device:chr_file rw_file_perms;
allow google_camera_app vendor_fw_file:dir search;
# Allows GCA to access the PowerHAL. # Allows GCA to access the PowerHAL.
hal_client_domain(google_camera_app, hal_power) hal_client_domain(google_camera_app, hal_power)