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:
Subbaraman Narayanamurthy 2019-07-30 13:29:22 -07:00 committed by followmsi
parent 1c37d2073e
commit c6bf03468e

View file

@ -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