From 08530a3e74d35ea39816b52968d534e6c14386dc Mon Sep 17 00:00:00 2001 From: Ashutosh Joshi <ashutoshj@google.com> Date: Wed, 21 Dec 2016 11:35:18 -0800 Subject: [PATCH] Rename contexthub service. The Context hub service was not conformant with the other Android services. As a part of renaming the service and making it compliant with tradition, the sepolicy must change to reflect the new name. Test: GTS tests pass. Change-Id: I1a666574f45a02e967d0ba97ce597ffb11b2b70b --- private/service_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/service_contexts b/private/service_contexts index 43d05521b..bbdf42a78 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -27,7 +27,7 @@ connectivity_metrics_logger u:object_r:connectivity_metrics_logger connmetrics u:object_r:connmetrics_service:s0 consumer_ir u:object_r:consumer_ir_service:s0 content u:object_r:content_service:s0 -contexthub_service u:object_r:contexthub_service:s0 +contexthub u:object_r:contexthub_service:s0 country_detector u:object_r:country_detector_service:s0 cpuinfo u:object_r:cpuinfo_service:s0 dbinfo u:object_r:dbinfo_service:s0 -- GitLab