Skip to content
Snippets Groups Projects
Commit ac8b5750 authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

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: default avatarRuchi Kandoi <kandoiruchi@google.com>
parent 1c38b8a2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment