wayne-common: 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
92fd2d3603
commit
b7d6af20d7
1 changed files with 1 additions and 0 deletions
|
@ -644,6 +644,7 @@ on property:crypto.driver.load=1
|
||||||
service vendor.qcom-sh /vendor/bin/init.qcom.sh
|
service vendor.qcom-sh /vendor/bin/init.qcom.sh
|
||||||
class late_start
|
class late_start
|
||||||
user root
|
user root
|
||||||
|
group root system radio
|
||||||
oneshot
|
oneshot
|
||||||
|
|
||||||
service vendor.qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
service vendor.qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
|
||||||
|
|
Loading…
Reference in a new issue