aboutsummaryrefslogtreecommitdiffstats
path: root/radio.te
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-12-16 15:45:26 -0800
committerdcashman <dcashman@google.com>2015-01-14 13:54:26 -0800
commit4a89cdfa89448c8660308a31bfcb517fffaa239e (patch)
treec77fc61f9be9892f91986a08fd94af07f95ac08d /radio.te
parent34d32ea1647655ee8dbf4faa19992a8a625c40d9 (diff)
downloadandroid_external_sepolicy-4a89cdfa89448c8660308a31bfcb517fffaa239e.tar.gz
android_external_sepolicy-4a89cdfa89448c8660308a31bfcb517fffaa239e.tar.bz2
android_external_sepolicy-4a89cdfa89448c8660308a31bfcb517fffaa239e.zip
Make system_server_service an attribute.
Temporarily give every system_server_service its own domain in preparation for splitting it and identifying special services or classes of services. Change-Id: I81ffbdbf5eea05e0146fd7fd245f01639b1ae0ef
Diffstat (limited to 'radio.te')
-rw-r--r--radio.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/radio.te b/radio.te
index 9282055..d369949 100644
--- a/radio.te
+++ b/radio.te
@@ -34,3 +34,4 @@ allow radio mediaserver_service:service_manager find;
allow radio radio_service:service_manager { add find };
allow radio surfaceflinger_service:service_manager find;
allow radio system_server_service:service_manager find;
+allow radio tmp_system_server_service:service_manager find;