diff options
| author | Ivan <ivan.flashka@gmail.com> | 2015-04-05 22:16:25 +0300 |
|---|---|---|
| committer | Ivan <ivan.flashka@gmail.com> | 2015-04-05 22:17:34 +0300 |
| commit | 7f8c99b4ee39c17f8595ce7c27006df7c69a4883 (patch) | |
| tree | 1018f6a099ce2349e3ecb34fb64522f0aeb1e4c5 | |
| parent | 82a5acb626adde33d40f8e72562a5245b7239c65 (diff) | |
ha3g: fix storage permissions on /sdcard1
| -rw-r--r-- | rootdir/etc/init.universal5420.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.universal5420.rc b/rootdir/etc/init.universal5420.rc index 0911120..053b948 100644 --- a/rootdir/etc/init.universal5420.rc +++ b/rootdir/etc/init.universal5420.rc @@ -537,7 +537,7 @@ service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emul class late_start oneshot -service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1 +service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 -w 1023 /mnt/media_rw/sdcard1 /storage/sdcard1 class late_start disabled |
