init.cm: make directory for ssh
Change-Id: I9aa2506bd9bdc6f87d7d5e5153999c9233d126c1
This commit is contained in:
parent
1c83328b9c
commit
ce88540d8c
@ -9,6 +9,7 @@ on post-fs-data
|
|||||||
mkdir /cache/dalvik-cache 0771 system system
|
mkdir /cache/dalvik-cache 0771 system system
|
||||||
chown system system /cache/dalvik-cache
|
chown system system /cache/dalvik-cache
|
||||||
chmod 0771 /cache/dalvik-cache
|
chmod 0771 /cache/dalvik-cache
|
||||||
|
mkdir /data/.ssh 0750 root shell
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
# Run sysinit
|
# Run sysinit
|
||||||
|
Loading…
Reference in New Issue
Block a user