add sshd to init.rc
Change-Id: Ide6e8cca58f090e84d85d0298058c523863d1c43 Signed-off-by: Mike Lockwood <lockwood@google.com>
This commit is contained in:
parent
c4fd60b512
commit
9dd2eef07b
1 changed files with 5 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ on post-fs-data
|
|||
mkdir /data/app-private 0771 system system
|
||||
mkdir /data/app 0771 system system
|
||||
mkdir /data/property 0700 root root
|
||||
mkdir /data/ssh 0750 root shell
|
||||
mkdir /data/ssh/empty 0700 root root
|
||||
|
||||
# create dalvik-cache, so as to enforce our permissions
|
||||
mkdir /data/dalvik-cache 0771 system system
|
||||
|
|
@ -485,3 +487,6 @@ service dumpstate /system/bin/dumpstate -s
|
|||
socket dumpstate stream 0660 shell log
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
service sshd /system/bin/start-ssh
|
||||
class main
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue