aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-10-19 20:42:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-19 20:42:33 +0000
commit6ab438dc8b4c8b661c8209ecfb66b626b8bdc532 (patch)
tree800b2b89836a990ea0f18e7b29b1a09d8468b940
parent9fcc949f3ca6c2a6d968f3bde57c8ce89f5d9bc6 (diff)
parentac8b5750b08edf4d476b490dcbeef3159b7b7ea1 (diff)
downloadandroid_external_sepolicy-6ab438dc8b4c8b661c8209ecfb66b626b8bdc532.tar.gz
android_external_sepolicy-6ab438dc8b4c8b661c8209ecfb66b626b8bdc532.tar.bz2
android_external_sepolicy-6ab438dc8b4c8b661c8209ecfb66b626b8bdc532.zip
Merge "untrusted_apps: Allow untrusted apps to find healthd_service." into mnc-dr-dev
-rw-r--r--untrusted_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/untrusted_app.te b/untrusted_app.te
index 2aa1495..fb76317 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -84,6 +84,7 @@ allow untrusted_app cache_file:file create_file_perms;
allow untrusted_app servicemanager:service_manager list;
allow untrusted_app drmserver_service:service_manager find;
+allow untrusted_app healthd_service:service_manager find;
allow untrusted_app mediaserver_service:service_manager find;
allow untrusted_app nfc_service:service_manager find;
allow untrusted_app radio_service:service_manager find;