aboutsummaryrefslogtreecommitdiffstats
path: root/service_contexts
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2015-04-02 16:50:08 -0700
committerdcashman <dcashman@google.com>2015-04-03 11:20:00 -0700
commitd12993f0846744ae8188a299cb1bb135014f626a (patch)
tree63daa4079e494addf58f80c606ec5d12419d58d8 /service_contexts
parentb62b2020b33eccdf4984900227a53e1cdc9f59dd (diff)
downloadandroid_external_sepolicy-d12993f0846744ae8188a299cb1bb135014f626a.tar.gz
android_external_sepolicy-d12993f0846744ae8188a299cb1bb135014f626a.tar.bz2
android_external_sepolicy-d12993f0846744ae8188a299cb1bb135014f626a.zip
Add system_api_service and app_api_service attributes.
System services differ in designed access level. Add attributes reflecting this distinction and label services appropriately. Begin moving access to the newly labeled services by removing them from tmp_system_server_service into the newly made system_server_service attribute. Reflect the move of system_server_service from a type to an attribute by removing access to system_server_service where appropriate. Change-Id: I7fd06823328daaea6d6f96e4d6bd00332382230b
Diffstat (limited to 'service_contexts')
-rw-r--r--service_contexts2
1 files changed, 1 insertions, 1 deletions
diff --git a/service_contexts b/service_contexts
index 223f99f..322f349 100644
--- a/service_contexts
+++ b/service_contexts
@@ -106,7 +106,7 @@ sip u:object_r:radio_service:s0
statusbar u:object_r:statusbar_service:s0
SurfaceFlinger u:object_r:surfaceflinger_service:s0
task u:object_r:task_service:s0
-telecom u:object_r:system_server_service:s0
+telecom u:object_r:telecom_service:s0
telephony.registry u:object_r:registry_service:s0
textservices u:object_r:textservices_service:s0
trust u:object_r:trust_service:s0