From ac8b5750b08edf4d476b490dcbeef3159b7b7ea1 Mon Sep 17 00:00:00 2001 From: Ruchi Kandoi Date: Mon, 19 Oct 2015 13:00:46 -0700 Subject: untrusted_apps: Allow untrusted apps to find healthd_service. This allows apps to find the healthd service which is used to query battery properties. Bug: 24759218 Change-Id: I72ce5a28b2ffd57aa424faeb2d039b6c92f9597d Signed-off-by: Ruchi Kandoi --- untrusted_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/untrusted_app.te b/untrusted_app.te index 693a13c..94396cf 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -81,6 +81,7 @@ allow untrusted_app cache_file:dir create_dir_perms; allow untrusted_app cache_file:file create_file_perms; 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; -- cgit v1.2.3