Merge "Allows GCA to access the hw_jpeg /dev/video12." into main

This commit is contained in:
Angela Wu 2023-11-08 05:20:21 +00:00 committed by Android (Google) Code Review
commit 2e724b4b7f

View file

@ -5,3 +5,6 @@ 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 { getattr read write ioctl map };
# Allows GCA to access the hw_jpeg /dev/video12.
allow google_camera_app hw_jpg_device:chr_file rw_file_perms;