From 512d428d2fee11b9020a5fc791a74584d4aff986 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 31 Mar 2016 11:24:53 -0700 Subject: cm: Moving LiveDisplay to CMSDK * Also alphabetized the list of feature xmls, you filthy pigs. Change-Id: I094a46c313be4531c6dd1af1e007a26b2476d60e --- sepolicy/service.te | 1 + sepolicy/service_contexts | 1 + 2 files changed, 2 insertions(+) (limited to 'sepolicy') diff --git a/sepolicy/service.te b/sepolicy/service.te index dced33f..c839590 100644 --- a/sepolicy/service.te +++ b/sepolicy/service.te @@ -13,3 +13,4 @@ type cm_themes_service, system_api_service, system_server_service, service_manag type cm_iconcache_service, system_api_service, system_server_service, service_manager_type; type cm_livelockscreen_service, system_api_service, system_server_service, service_manager_type; type cm_weather_service, system_api_service, system_server_service, service_manager_type; +type cm_livedisplay_service, system_api_service, system_server_service, service_manager_type; diff --git a/sepolicy/service_contexts b/sepolicy/service_contexts index 583d763..cb76ef1 100644 --- a/sepolicy/service_contexts +++ b/sepolicy/service_contexts @@ -13,3 +13,4 @@ cmthemes u:object_r:cm_themes_service:s0 cmiconcache u:object_r:cm_iconcache_service:s0 cmlivelockscreen u:object_r:cm_livelockscreen_service:s0 cmweather u:object_r:cm_weather_service:s0 +cmlivedisplay u:object_r:cm_livedisplay_service:s0 -- cgit v1.1