Merge "Fix broken halt while in healthd charger mode"

This commit is contained in:
Nick Kralevich 2014-03-17 22:10:36 +00:00 committed by Gerrit Code Review
commit b97ed1ad04

View file

@ -30,3 +30,5 @@ allow healthd input_device:chr_file r_file_perms;
allow healthd tty_device:chr_file rw_file_perms;
allow healthd ashmem_device:chr_file execute;
allow healthd self:process execmem;
allow healthd proc_sysrq:file rw_file_perms;
allow healthd self:capability sys_boot;