diff options
author | San Mehat <san@google.com> | 2010-01-06 16:59:17 -0800 |
---|---|---|
committer | San Mehat <san@google.com> | 2010-01-06 17:41:34 -0800 |
commit | 1851d80959bd314af730451ebfb2a5e00bb0a83a (patch) | |
tree | b190147a8fbcfc81cf87ec8ae56ba089fe662178 /rootdir | |
parent | d0aa32c3d99aeb0e6949ab1c4fae83283a946567 (diff) | |
download | system_core-1851d80959bd314af730451ebfb2a5e00bb0a83a.zip system_core-1851d80959bd314af730451ebfb2a5e00bb0a83a.tar.gz system_core-1851d80959bd314af730451ebfb2a5e00bb0a83a.tar.bz2 |
init.rc: Adjust perms on /asec
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ loglevel 3 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 |