summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-09-30 17:21:13 -0700
committerJeff Sharkey <jsharkey@android.com>2012-09-30 17:21:13 -0700
commitc6a138773dc816183f0badc86d24340058e1e16e (patch)
tree7a4070bed6f28642d94ee809f1cdc6a33ac34bb6 /init.tuna.rc
parentd07cd4f23e96cde0af1f125a833ac20206860ea4 (diff)
downloaddevice_samsung_tuna-c6a138773dc816183f0badc86d24340058e1e16e.zip
device_samsung_tuna-c6a138773dc816183f0badc86d24340058e1e16e.tar.gz
device_samsung_tuna-c6a138773dc816183f0badc86d24340058e1e16e.tar.bz2
Allow traversal into /storage/emulated.
Bug: 7255202 Change-Id: Ifc017e702f0c6b6d3ecb3220a5321303f3849c51
Diffstat (limited to 'init.tuna.rc')
-rwxr-xr-xinit.tuna.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index e2cae6f..466ee7c 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -3,7 +3,7 @@ import init.tuna.usb.rc
on init
# See storage config details at http://source.android.com/tech/storage/
mkdir /mnt/shell/emulated 0700 shell shell
- mkdir /storage/emulated 0000 root root
+ mkdir /storage/emulated 0555 root root
export EXTERNAL_STORAGE /storage/emulated/legacy
export EMULATED_STORAGE_SOURCE /mnt/shell/emulated