Adding policies for allowing inference services with TPU from isolated_compute_app

Test: make
Bug:309953452
Change-Id: I2b0dc17f1debc71ed78d37007213210a7a1aed77
This commit is contained in:
sandeepbandaru 2023-11-09 16:08:01 +00:00 committed by Sandeep Bandaru
parent c5d1c75378
commit 76ed6d8a6d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;