From 35910a3e8bb73d4e09476cf33ad8529f56fe2217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Thu, 8 Jun 2023 10:04:29 +0000 Subject: [PATCH] Remove Google Camera access to GXP firmware. This was originally a workaround and is not needed on Zuma. Bug: 264489778 Test: gca_smoke.py on zuma device Change-Id: I35d168a2f832a430ec1b782b12fb642bcea4bfd1 --- vendor/google_camera_app.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/google_camera_app.te b/vendor/google_camera_app.te index 8c030f4b..cc918180 100644 --- a/vendor/google_camera_app.te +++ b/vendor/google_camera_app.te @@ -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 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 vendor_fw_file:dir search; # Allows GCA to access the PowerHAL. hal_client_domain(google_camera_app, hal_power)