From d0561efef32acea468ff2a9d63211b5f21a3ba14 Mon Sep 17 00:00:00 2001 From: Hugo Benichi <hugobenichi@google.com> Date: Fri, 16 Sep 2016 11:16:46 +0900 Subject: [PATCH] Add app_api_service to connmetrics_service This allows the ConnectivityMetrics app to dump connmetrics service metrics. Bug: 31254800 Change-Id: I4c3da8cc80a5820dbed9843badc1464f3ae40581 --- service.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.te b/service.te index f0183ee5d..e7a30f9f1 100644 --- a/service.te +++ b/service.te @@ -39,7 +39,7 @@ type contexthub_service, app_api_service, system_server_service, service_manager 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 connmetrics_service, system_server_service, service_manager_type; +type connmetrics_service, app_api_service, system_server_service, service_manager_type; type consumer_ir_service, app_api_service, system_server_service, service_manager_type; type content_service, app_api_service, system_server_service, service_manager_type; type country_detector_service, app_api_service, system_server_service, service_manager_type; -- GitLab