summaryrefslogtreecommitdiff
path: root/sepolicy/edgetpu/untrusted_app_all.te
blob: 9abec6160555771ec549148ee130f97d804ae793 (plain)
1
2
3
4
5
6
7
# Allows applications to discover the EdgeTPU service.
allow untrusted_app_all edgetpu_app_service:service_manager find;

# Allows applications to access the EdgeTPU device, except open, which is guarded
# by the EdgeTPU service.
allow untrusted_app_all edgetpu_device:chr_file { getattr read write ioctl map };