From 1851d80959bd314af730451ebfb2a5e00bb0a83a Mon Sep 17 00:00:00 2001 From: San Mehat Date: Wed, 6 Jan 2010 16:59:17 -0800 Subject: [PATCH] init.rc: Adjust perms on /asec Signed-off-by: San Mehat --- rootdir/init.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/init.rc b/rootdir/init.rc index 43bb40e4e..c39af6c3c 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