Merge "Allows GCA to access the hw_jpeg /dev/video12." into main
This commit is contained in:
commit
2e724b4b7f
1 changed files with 3 additions and 0 deletions
3
vendor/google_camera_app.te
vendored
3
vendor/google_camera_app.te
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue