summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--overlay/common/frameworks/base/core/res/res/values/config.xml1
-rw-r--r--sepolicy/service_contexts1
2 files changed, 2 insertions, 0 deletions
diff --git a/overlay/common/frameworks/base/core/res/res/values/config.xml b/overlay/common/frameworks/base/core/res/res/values/config.xml
index b750d56..978bd6a 100644
--- a/overlay/common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -68,5 +68,6 @@
should publish as a binder services in its onStart -->
<string-array name="config_externalCMServices">
<item>org.cyanogenmod.platform.internal.CMStatusBarManagerService</item>
+ <item>org.cyanogenmod.platform.internal.ProfileManagerService</item>
</string-array>
</resources>
diff --git a/sepolicy/service_contexts b/sepolicy/service_contexts
index ac16d35..e43335c 100644
--- a/sepolicy/service_contexts
+++ b/sepolicy/service_contexts
@@ -4,3 +4,4 @@ themes u:object_r:system_server_service:s0
torch u:object_r:system_server_service:s0
killswitch u:object_r:system_server_service:s0
cmstatusbar u:object_r:system_server_service:s0
+profile u:object_r:system_server_service:s0