init.rc: create /data/system and double-check the perms

This commit is contained in:
Daniel Hillenbrand 2011-06-23 09:04:34 -07:00
parent a250241a22
commit 887d7097d4

7
init.rc Executable file → Normal file
View File

@ -243,7 +243,12 @@ on post-fs
#over-wirte-permission.
chmod 0771 /data/app
chown system system /data/app
chown system system /data/app
# create /data/system and double-check the perms
mkdir /data/system 0771 system system
chown system system /data/system
chmod 0771 /data/system
# create log system
mkdir /data/log 0777 system system