diff --git a/healthd.te b/healthd.te index ba80dadc31d8ce43e1ac2ffb2ad75113c0fabfb9..cfdb756a7126f8760eec914ef51ed384986eb2af 100644 --- a/healthd.te +++ b/healthd.te @@ -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;