mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
flo: rootdir: Change user/group permission for charger
Make charger binary run as system instead of root. Since it needs to handle input key events, add input as a supplemental group in addition to system and graphics. Change-Id: Id1dc46f335087147b7d8cf674664c26f0b511de1
This commit is contained in:
parent
1c37d2073e
commit
c6bf03468e
1 changed files with 2 additions and 0 deletions
|
@ -313,6 +313,8 @@ on property:ro.data.large_tcp_window_size=true
|
|||
|
||||
service charger /charger
|
||||
class charger
|
||||
user system
|
||||
group system graphics input
|
||||
critical
|
||||
seclabel u:r:charger:s0
|
||||
|
||||
|
|
Loading…
Reference in a new issue