Skip to content
Snippets Groups Projects
Commit 01ba6834 authored by Paul Lawrence's avatar Paul Lawrence Committed by Nick Kralevich
Browse files

Allow vold to call to healthd

vold needs to be able to check remaining battery to safely abort
certain operations

Bug: 11985952
Change-Id: I7dfe83f7d1029593882e0e5ad33f90fb29e5532b
parent ee5ddb21
No related branches found
No related tags found
No related merge requests found
......@@ -80,3 +80,7 @@ allow vold asec_public_file:file { relabelto setattr };
# Handle wake locks (used for device encryption)
allow vold sysfs_wake_lock:file rw_file_perms;
allow vold self:capability2 block_suspend;
# talk to batteryservice
binder_use(vold)
binder_call(vold, healthd)
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