1# Allow Tachyon service to access the GXP device and read GXP properties.
2allow edgetpu_tachyon_server gxp_device:chr_file rw_file_perms;
3get_prop(edgetpu_tachyon_server, vendor_gxp_prop)
4
5# Allow tachyon service to log to stats service for reporting metrics.
6allow edgetpu_tachyon_server fwk_stats_service:service_manager find;
7binder_call(edgetpu_tachyon_server, system_server);
8