Skip to content

Commit 5988ea7

Browse files
committed
add sdcard access permission to ril daemon
Some RIL daemons write crashdumps to sdcard. Change-Id: I49a8d2cb342fd7f8bd23dbb1bcc378726e10a579
1 parent d02e521 commit 5988ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootdir/init.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ service ril-daemon /system/bin/rild
316316
socket rild stream 660 root radio
317317
socket rild-debug stream 660 radio system
318318
user root
319-
group radio cache inet misc audio
319+
group radio cache inet misc audio sdcard_rw
320320

321321
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
322322
socket zygote stream 666

0 commit comments

Comments
 (0)