aboutsummaryrefslogtreecommitdiffstats
path: root/service.te
diff options
context:
space:
mode:
authorRiley Spahn <rileyspahn@google.com>2014-07-01 08:38:56 -0700
committerRiley Spahn <rileyspahn@google.com>2014-07-01 16:17:59 +0000
commitb1ec3dfacd604296b89df34050e2812133906d28 (patch)
treef39691a362b93a17b5b9639690a40e4186b274ce /service.te
parent166c09e59d450f6a06597b9e2b8e5ed3c0ebd044 (diff)
downloadandroid_external_sepolicy-b1ec3dfacd604296b89df34050e2812133906d28.tar.gz
android_external_sepolicy-b1ec3dfacd604296b89df34050e2812133906d28.tar.bz2
android_external_sepolicy-b1ec3dfacd604296b89df34050e2812133906d28.zip
Add imms service and system_app_service type.
Map imms to system_app_service in service_contexts and add the system_app_service type and allow system_app to add the system_app_service. Bug: 16005467 Change-Id: I06ca75e2602f083297ed44960767df2e78991140
Diffstat (limited to 'service.te')
-rw-r--r--service.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/service.te b/service.te
index c085c79..ca461f1 100644
--- a/service.te
+++ b/service.te
@@ -8,4 +8,5 @@ type mediaserver_service, service_manager_type;
type nfc_service, service_manager_type;
type radio_service, service_manager_type;
type surfaceflinger_service, service_manager_type;
+type system_app_service, service_manager_type;
type system_server_service, service_manager_type;