aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-10-19 20:59:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-19 20:59:28 +0000
commit40367ad87e084f78e310b33963aa3da4309442e8 (patch)
tree62b996353b6f5c78b379d728cf8c4a87adff5322
parent4cf4ce3e89fef5d76e04cc319a3d8047e272fa91 (diff)
parent6ab438dc8b4c8b661c8209ecfb66b626b8bdc532 (diff)
downloadsepolicy-40367ad87e084f78e310b33963aa3da4309442e8.tar.gz
Merge "untrusted_apps: Allow untrusted apps to find healthd_service." into mnc-dr-dev
am: 6ab438dc8b * commit '6ab438dc8b4c8b661c8209ecfb66b626b8bdc532': untrusted_apps: Allow untrusted apps to find healthd_service.
-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;