• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Allows applications to discover the EdgeTPU service.
2allow untrusted_app_all edgetpu_app_service:service_manager find;
3
4# Allows applications to access the EdgeTPU device, except open, which is guarded
5# by the EdgeTPU service.
6allow untrusted_app_all edgetpu_device:chr_file { getattr read write ioctl map };
7
8