init.rc: Adjust perms on /asec

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat 2010-01-06 16:59:17 -08:00
parent d0aa32c3d9
commit 1851d80959
1 changed files with 2 additions and 2 deletions

View File

@ -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