summaryrefslogtreecommitdiffstats
path: root/sepolicy
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/service.te1
-rw-r--r--sepolicy/service_contexts1
2 files changed, 2 insertions, 0 deletions
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