Skip to content

Commit

Permalink
am 1e5e2d7: am af6e326: am d0b93f4: Merge "Create world readable, sys…
Browse files Browse the repository at this point in the history
…tem writeable /data/resource-cache."

* commit '1e5e2d7673a9ea915283f6626fa692cc169b0e67':
  Create world readable, system writeable /data/resource-cache.
  • Loading branch information
cco3 authored and Android Git Automerger committed Jul 15, 2011
2 parents 070ec8e + 1e5e2d7 commit aa4a66a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rootdir/init.rc
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ on post-fs-data
chown system system /data/dalvik-cache
chmod 0771 /data/dalvik-cache

# create resource-cache and double-check the perms
mkdir /data/resource-cache 0771 system system
chown system system /data/resource-cache
chmod 0771 /data/resource-cache

# create the lost+found directories, so as to enforce our permissions
mkdir /data/lost+found 0770

Expand Down

0 comments on commit aa4a66a

Please sign in to comment.