device_google_zuma/edgetpu/debug_camera_app.te
qinyiyan b11f8d2103 Add edgetpu contexts and sepolicies.
bug: 236041918
Change-Id: Ie3d2833c3c297dad7304dca307778d2f6a155180
2022-07-12 15:24:20 -07:00

5 lines
No EOL
219 B
Text

userdebug_or_eng(`
# Allows GCA-Eng to find and access the EdgeTPU.
allow debug_camera_app edgetpu_app_service:service_manager find;
allow debug_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
')