From 52611966adf49a568c975bfa3502c8d390f0edee Mon Sep 17 00:00:00 2001
From: Wei Wang <wvw@google.com>
Date: Mon, 10 Dec 2018 16:28:59 -0800
Subject: [PATCH] Expose thermal service to all apps

Thermal API has been added to PowerManager and this CL is to grant
IThermal access to app.

Bug: 119613338
Test: PowerManager CTS test
Change-Id: I977530a9a5490bdc53af1548788b885e7c649f01
---
 public/service.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/service.te b/public/service.te
index 5a849cb47..787ddceb2 100644
--- a/public/service.te
+++ b/public/service.te
@@ -152,7 +152,7 @@ type task_service, system_server_service, service_manager_type;
 type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
-type thermal_service, system_server_service, service_manager_type;
+type thermal_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type timedetector_service, system_server_service, service_manager_type;
 type timezone_service, system_server_service, service_manager_type;
 type timezonedetector_service, system_server_service, service_manager_type;
-- 
GitLab