Merge "Fix broken halt while in healthd charger mode"
This commit is contained in:
commit
b97ed1ad04
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ allow healthd input_device:chr_file r_file_perms;
|
||||||
allow healthd tty_device:chr_file rw_file_perms;
|
allow healthd tty_device:chr_file rw_file_perms;
|
||||||
allow healthd ashmem_device:chr_file execute;
|
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 self:capability sys_boot;
|
||||||
|
|
Loading…
Reference in a new issue