* commit 'af6e3266fd8d4808a3aa2b37e08dce67493ff396': Create world readable, system writeable /data/resource-cache.
This commit is contained in:
commit
1e5e2d7673
1 changed files with 5 additions and 0 deletions
|
@ -166,6 +166,11 @@ on post-fs
|
|||
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
|
||||
mkdir /cache/lost+found 0770
|
||||
|
|
Loading…
Reference in a new issue