From b9562f192063ca0ada8b6a553ce8363292fce269 Mon Sep 17 00:00:00 2001
From: Vladislav Kuzkokov <vkuzkokov@google.com>
Date: Mon, 21 Mar 2016 22:00:42 +0100
Subject: [PATCH] Allow access to IProxyService to untrusted apps.

Access to modifying methods of ProxyService is
checked in implementation.

Bug: 27337770
Change-Id: I718ea8f4fd6be940ee9ef57f0571d884a013489b
---
 service.te | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service.te b/service.te
index 2b7e4442f..2915e95e4 100644
--- a/service.te
+++ b/service.te
@@ -35,7 +35,7 @@ type bluetooth_manager_service, app_api_service, system_server_service, service_
 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;
-- 
GitLab