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# Allows EdgeTPU Tachyon service to call the app.
9binder_call(edgetpu_tachyon_server, untrusted_app_all);
10