From 1cbde26f0976035b7cfca5cee517358047f333f6 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Sun, 30 Sep 2012 17:21:13 -0700 Subject: Allow traversal into /storage/emulated. Bug: 7255202 Change-Id: Ifc017e702f0c6b6d3ecb3220a5321303f3849c51 --- init.tuna.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.tuna.rc') 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 -- cgit v1.1