init.rc: create /data/system and double-check the perms
This commit is contained in:
parent
a250241a22
commit
887d7097d4
7
init.rc
Executable file → Normal file
7
init.rc
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user