init.rc: Adjust perms on /asec
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
d0aa32c3d9
commit
1851d80959
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue