Skip to content
Snippets Groups Projects
Commit c669667e authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "fix healthd charger mode."

parents 251ba76b 0352393d
Branches
Tags
No related merge requests found
......@@ -14,3 +14,14 @@ allow healthd self:netlink_kobject_uevent_socket create_socket_perms;
binder_use(healthd)
binder_service(healthd)
binder_call(healthd, system_server)
###
### healthd: charger mode
###
allow healthd graphics_device:dir r_dir_perms;
allow healthd graphics_device:chr_file rw_file_perms;
allow healthd input_device:dir r_dir_perms;
allow healthd input_device:chr_file r_file_perms;
allow healthd ashmem_device:chr_file execute;
allow healthd self:process execmem;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment