mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: rootdir: add CAP_SYS_BOOT for charger
Add CAP_SYS_BOOT capability for charger service so that it can shutdown/reboot the system.
This commit is contained in:
parent
84ba1fbeaa
commit
17cb046079
1 changed files with 1 additions and 0 deletions
|
@ -1426,6 +1426,7 @@ service charger /system/bin/charger
|
|||
user system
|
||||
group system graphics input
|
||||
group log
|
||||
capabilities SYS_BOOT
|
||||
seclabel u:r:charger:s0
|
||||
|
||||
service msm_irqbal_lb /vendor/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance_little_big.conf
|
||||
|
|
Loading…
Reference in a new issue