Skip to content
Snippets Groups Projects
Commit 6d4f1e05 authored by Riley Andrews's avatar Riley Andrews Committed by Android Git Automerger
Browse files

am a0114f4e: am 9f2d3f93: Merge "Give healthd permission to write sys...

am a0114f4e: am 9f2d3f93: Merge "Give healthd permission to write sys properties to allow quick boot from charger mode."

* commit 'a0114f4e':
  Give healthd permission to write sys properties to allow quick boot from charger mode.
parents d9dc1f97 a0114f4e
No related branches found
No related tags found
No related merge requests found
...@@ -32,5 +32,9 @@ allow healthd ashmem_device:chr_file execute; ...@@ -32,5 +32,9 @@ allow healthd ashmem_device:chr_file execute;
allow healthd self:process execmem; allow healthd self:process execmem;
allow healthd proc_sysrq:file rw_file_perms; allow healthd proc_sysrq:file rw_file_perms;
allow healthd self:capability sys_boot; allow healthd self:capability sys_boot;
allow healthd healthd_service:service_manager add; allow healthd healthd_service:service_manager add;
# Healthd needs to tell init to continue the boot
# process when running in charger mode.
unix_socket_connect(healthd, property, init)
allow healthd system_prop:property_service set;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment