clover: Address dac_override and dac_read_search issues in init.qcom.sh
init.qcom.sh accesses files owned by groups radio, system and hence the groups have been added. Change-Id: I535eeaf42f38532ec6de46eb57f3cc0e1d959a47
This commit is contained in:
parent
c448ab21c9
commit
0314f89167
1 changed files with 1 additions and 0 deletions
|
@ -940,6 +940,7 @@ on property:drmdiag.load=0
|
|||
service qcom-sh /vendor/bin/init.qcom.sh
|
||||
class late_start
|
||||
user root
|
||||
group root system radio
|
||||
oneshot
|
||||
|
||||
service sensor-sh /vendor/bin/init.qcom.sensors.sh
|
||||
|
|
Loading…
Reference in a new issue