Adding policies for allowing inference services with TPU from isolated_compute_app
Test: make Bug:309953452 Change-Id: I2b0dc17f1debc71ed78d37007213210a7a1aed77
This commit is contained in:
parent
c5d1c75378
commit
76ed6d8a6d
@ -1,2 +1,2 @@
|
|||||||
# EdgeTPU device (DarwiNN)
|
# EdgeTPU device (DarwiNN)
|
||||||
type edgetpu_device, dev_type, mlstrustedobject;
|
type edgetpu_device, dev_type, mlstrustedobject, isolated_compute_allowed_device;
|
||||||
|
@ -4,4 +4,4 @@ type edgetpu_dba_service, app_api_service, service_manager_type, isolated_comput
|
|||||||
type edgetpu_tachyon_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
|
type edgetpu_tachyon_service, app_api_service, service_manager_type, isolated_compute_allowed_service;
|
||||||
|
|
||||||
# EdgeTPU binder service type declaration.
|
# EdgeTPU binder service type declaration.
|
||||||
type edgetpu_app_service, service_manager_type;
|
type edgetpu_app_service, service_manager_type, isolated_compute_allowed_service;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user