commit | 1851d80959bd314af730451ebfb2a5e00bb0a83a | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Wed Jan 06 16:59:17 2010 -0800 |
committer | San Mehat <san@google.com> | Wed Jan 06 17:41:34 2010 -0800 |
tree | b190147a8fbcfc81cf87ec8ae56ba089fe662178 | |
parent | d0aa32c3d99aeb0e6949ab1c4fae83283a946567 [diff] |
init.rc: Adjust perms on /asec Signed-off-by: San Mehat <san@google.com>
diff --git a/rootdir/init.rc b/rootdir/init.rc index 43bb40e..c39af6c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -29,8 +29,8 @@ mount tmpfs tmpfs /sqlite_stmt_journals size=4m # create Android Secure External Cache mount tree - mkdir /asec 0500 system system - mount tmpfs tmpfs /asec mode=0700 + mkdir /asec 0700 system system + mount tmpfs tmpfs /asec mode=0755 mount rootfs rootfs / ro remount