From 60d79e487b32a2f374fb0440bbc8baf0058906ab Mon Sep 17 00:00:00 2001
From: Neil Fuller <nfuller@google.com>
Date: Fri, 8 Jun 2018 21:51:49 +0100
Subject: [PATCH] Allow telephony to call system service

The timedetector_service will be called from the
telephony process

Bug: 78217059
Test: build / local testing with a client
Change-Id: I25dfa4daabaa80e6b5e697ad1b1e2f7f72377702
---
 public/radio.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/radio.te b/public/radio.te
index 8fb5ad638..4c5f69c77 100644
--- a/public/radio.te
+++ b/public/radio.te
@@ -35,6 +35,7 @@ allow radio mediaserver_service:service_manager find;
 allow radio nfc_service:service_manager find;
 allow radio app_api_service:service_manager find;
 allow radio system_api_service:service_manager find;
+allow radio timedetector_service:service_manager find;
 
 # Perform HwBinder IPC.
 hwbinder_use(radio)
-- 
GitLab