Revert "Add more access for GCA to edgetpu"

This reverts commit 132ad09bce.

Reason for revert: <Potential culprit for b/377693729  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.>

Change-Id: Ic0cf086e2dc3aad19b1e0965873f9966ad7e6c29
This commit is contained in:
ELIYAZ MOMIN (xWF) 2024-11-06 16:54:52 +00:00 committed by Android (Google) Code Review
parent 132ad09bce
commit 84d3523c6c

View file

@ -6,7 +6,7 @@ get_prop(google_camera_app, vendor_gxp_prop)
# Allows GCA to find and access the EdgeTPU.
allow google_camera_app edgetpu_app_service:service_manager find;
allow google_camera_app edgetpu_device:chr_file rw_file_perms;
allow google_camera_app edgetpu_device:chr_file { ioctl };
# Allows GCA to access the hw_jpeg /dev/video12.
#allow google_camera_app hw_jpg_device:chr_file rw_file_perms;