diff options
author | Arian <arian.kulmer@web.de> | 2019-08-20 18:31:45 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:12 +0200 |
commit | 8e75821e1d6d118d9971214c28e4c4e75f3e6092 (patch) | |
tree | ea276d95ac978c8ffbfcc98f67d9dc90b73169bb /rootdir | |
parent | 07d726e988ed5d4cc9d09eac61a9c7227ff89d1f (diff) |
shinano-common: rootdir: Add system and graphics group to charger
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 1aa3830..98de1dc 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -507,9 +507,9 @@ service adsprpcd /system/vendor/bin/adsprpcd service charger /charger class charger + group system graphics seclabel u:r:healthd:s0 - # Redefined Service service audioserver /system/bin/audioserver class main |