mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
flo: 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
c6bf03468e
commit
2f5af1ae59
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ service charger /charger
|
||||||
class charger
|
class charger
|
||||||
user system
|
user system
|
||||||
group system graphics input
|
group system graphics input
|
||||||
|
capabilities SYS_BOOT
|
||||||
critical
|
critical
|
||||||
seclabel u:r:charger:s0
|
seclabel u:r:charger:s0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue