sdm660: init.qcom.rc: add CAP_SYS_BOOT for charger
Add CAP_SYS_BOOT capability for charger service so that it can shutdown/reboot the system. Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
This commit is contained in:
parent
f84faea716
commit
47d26aa9b6
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ service charger /system/bin/charger
|
|||
class charger
|
||||
user system
|
||||
group system graphics input
|
||||
capabilities SYS_BOOT
|
||||
seclabel u:r:healthd:s0
|
||||
|
||||
service vendor.ssr_diag /system/vendor/bin/ssr_diag
|
||||
|
|
Loading…
Reference in a new issue