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
commit1cbde26f0976035b7cfca5cee517358047f333f6 (patch)
treeaee8594b43800f6d56f8b5f78062fced5af5b5a7 /init.tuna.rc
parenteea86dbc4b27344c51a913a80c2fc3852d44fcc8 (diff)
downloaddevice_samsung_tuna-1cbde26f0976035b7cfca5cee517358047f333f6.zip
device_samsung_tuna-1cbde26f0976035b7cfca5cee517358047f333f6.tar.gz
device_samsung_tuna-1cbde26f0976035b7cfca5cee517358047f333f6.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