OSDN Git Service

Allow traversal into /storage paths.
authorJeff Sharkey <jsharkey@android.com>
Tue, 17 Sep 2013 23:25:05 +0000 (16:25 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 18 Sep 2013 00:21:41 +0000 (17:21 -0700)
commit04e4b0eb7c9d1ba22788c7dd5976b10bd980b142
treeb82df4f710ac339443a1393bae922a09640f4710
parent7c5e6a3268dc25207633ce1ff5958ce705aba77a
Allow traversal into /storage paths.

Apps are no longer required to have sdcard_r or sdcard_rw to access
some parts of external storage.  Relax the mount parameters to allow
everyone to traverse.

Bug: 10577808
Change-Id: I620c8f02f08b149437dfa5705e05a27b6994d2db
vm/Init.cpp