Merge "Allow access to IProxyService to untrusted apps." into nyc-dev
diff --git a/service.te b/service.te
index 2b7e444..2915e95 100644
--- a/service.te
+++ b/service.te
@@ -35,7 +35,7 @@
 type cameraproxy_service, system_server_service, service_manager_type;
 type clipboard_service, app_api_service, system_server_service, service_manager_type;
 type contexthub_service, system_server_service, service_manager_type;
-type IProxyService_service, system_api_service, system_server_service, service_manager_type;
+type IProxyService_service, app_api_service, system_server_service, service_manager_type;
 type commontime_management_service, system_server_service, service_manager_type;
 type connectivity_service, app_api_service, system_server_service, service_manager_type;
 type consumer_ir_service, app_api_service, system_server_service, service_manager_type;