Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
9 lines
444 B
Text
9 lines
444 B
Text
# Allows privileged applications to discover the EdgeTPU service.
|
|
allow priv_app edgetpu_app_service:service_manager find;
|
|
|
|
# Allows privileged applications to discover the NNAPI TPU service.
|
|
allow priv_app edgetpu_nnapi_service:service_manager find;
|
|
|
|
# Allows privileged applications to access the EdgeTPU device, except open,
|
|
# which is guarded by the EdgeTPU service.
|
|
allow priv_app edgetpu_device:chr_file { getattr read write ioctl map };
|