Merge "Consolidate gca permissions inside gs-common" into main
This commit is contained in:
commit
5f7aae6dac
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# GCARelease and GCADogfood.
|
# GCARelease and GCADogfood.
|
||||||
|
|
||||||
# Allows GCA to acccess the GXP device & properties.
|
# Allows GCA to acccess the GXP device & properties.
|
||||||
#allow google_camera_app gxp_device:chr_file rw_file_perms;
|
allow google_camera_app gxp_device:chr_file rw_file_perms;
|
||||||
get_prop(google_camera_app, vendor_gxp_prop)
|
get_prop(google_camera_app, vendor_gxp_prop)
|
||||||
|
|
||||||
# Allows GCA to find and access the EdgeTPU.
|
# Allows GCA to find and access the EdgeTPU.
|
||||||
#allow google_camera_app edgetpu_app_service:service_manager find;
|
allow google_camera_app edgetpu_app_service:service_manager find;
|
||||||
#allow google_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
|
allow google_camera_app edgetpu_device:chr_file { ioctl };
|
||||||
|
|
||||||
# Allows GCA to access the hw_jpeg /dev/video12.
|
# Allows GCA to access the hw_jpeg /dev/video12.
|
||||||
#allow google_camera_app hw_jpg_device:chr_file rw_file_perms;
|
#allow google_camera_app hw_jpg_device:chr_file rw_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue