add sdcard access permission to ril daemon
Some RIL daemons write crashdumps to sdcard. Change-Id: I49a8d2cb342fd7f8bd23dbb1bcc378726e10a579
This commit is contained in:
parent
d02e521d79
commit
5988ea726e
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ service ril-daemon /system/bin/rild
|
||||||
socket rild stream 660 root radio
|
socket rild stream 660 root radio
|
||||||
socket rild-debug stream 660 radio system
|
socket rild-debug stream 660 radio system
|
||||||
user root
|
user root
|
||||||
group radio cache inet misc audio
|
group radio cache inet misc audio sdcard_rw
|
||||||
|
|
||||||
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
|
||||||
socket zygote stream 666
|
socket zygote stream 666
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue