summaryrefslogtreecommitdiff
path: root/vendor/google_camera_app.te
blob: c0f13ef795654a3c63a3b9a5e95695e46addb6a7 (plain)
1
2
3
4
5
6
7
8
9
# Allows GCA to acccess the GXP device.
allow google_camera_app gxp_device:chr_file rw_file_perms;

# Allow GCA to access the GXP properies.
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 };