Skip to content
Snippets Groups Projects
Commit 438da65d authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am c669667e: Merge "fix healthd charger mode."

* commit 'c669667e':
  fix healthd charger mode.
parents 96de635e c669667e
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,14 @@ allow healthd self:netlink_kobject_uevent_socket create_socket_perms; ...@@ -14,3 +14,14 @@ allow healthd self:netlink_kobject_uevent_socket create_socket_perms;
binder_use(healthd) binder_use(healthd)
binder_service(healthd) binder_service(healthd)
binder_call(healthd, system_server) 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.
Finish editing this message first!
Please register or to comment