1# Allows GCA to acccess the GXP device & properties. 2allow google_camera_app gxp_device:chr_file rw_file_perms; 3get_prop(google_camera_app, vendor_gxp_prop) 4 5# Allows GCA to find and access the EdgeTPU. 6allow google_camera_app edgetpu_app_service:service_manager find; 7allow google_camera_app edgetpu_device:chr_file { getattr read write ioctl map }; 8 9# Allows GCA to access the hw_jpeg /dev/video12. 10allow google_camera_app hw_jpg_device:chr_file rw_file_perms; 11