mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: rootdir: 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
87b6b7223e
commit
ba042ba0a3
1 changed files with 1 additions and 0 deletions
|
@ -579,6 +579,7 @@ service charger /system/bin/charger
|
||||||
class charger
|
class charger
|
||||||
user system
|
user system
|
||||||
group system graphics input
|
group system graphics input
|
||||||
|
capabilities SYS_BOOT
|
||||||
seclabel u:r:charger:s0
|
seclabel u:r:charger:s0
|
||||||
|
|
||||||
service ds_fmc_appd /vendor/bin/ds_fmc_appd -p "rmnet0" -D
|
service ds_fmc_appd /vendor/bin/ds_fmc_appd -p "rmnet0" -D
|
||||||
|
|
Loading…
Reference in a new issue