From 3fe3faafd07f0b4476adad15474c02bda2080ef6 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 23 Apr 2016 00:54:50 -0700 Subject: cm: Add CMAudioService the platform * Also brings JNI to CMSDK Change-Id: I599964a1f9200a8d2ecdad0bb8c4d8593e6d7415 --- 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 c839590..c7ad50f 100644 --- a/sepolicy/service.te +++ b/sepolicy/service.te @@ -14,3 +14,4 @@ type cm_iconcache_service, system_api_service, system_server_service, service_ma 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; +type cm_audio_service, system_api_service, system_server_service, service_manager_type; diff --git a/sepolicy/service_contexts b/sepolicy/service_contexts index cb76ef1..90f21c9 100644 --- a/sepolicy/service_contexts +++ b/sepolicy/service_contexts @@ -14,3 +14,4 @@ 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 +cmaudio u:object_r:cm_audio_service:s0 -- cgit v1.1