Bug: 190331327 Bug: 190331548 Bug: 189895600 Bug: 190331108 Bug: 182524105 Bug: 183935302 Test: build ROM and check if the modules and sepolicy are still there Change-Id: I40391a239a16c4fe79d58fab209dcbd1a8f25ede
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 };
|