diff options
| author | Mike Lockwood <lockwood@google.com> | 2012-03-21 16:27:57 -0700 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2012-03-21 16:28:04 -0700 |
| commit | a9bb7261b4db2372ee0f339d250079c967262758 (patch) | |
| tree | 7d37a606c75a2dba4cd21a2535c8aa9693896a9f /rootdir/init.rc | |
| parent | 0e5667c18d76594b9d3aaa62be51610d5c962715 (diff) | |
| parent | 9dd2eef07bbee6ff5b1d1a9ccda6e3499391ecb6 (diff) | |
| download | system_core-a9bb7261b4db2372ee0f339d250079c967262758.tar.gz system_core-a9bb7261b4db2372ee0f339d250079c967262758.tar.bz2 system_core-a9bb7261b4db2372ee0f339d250079c967262758.zip | |
Merge commit '9dd2eef'
sshd to init.rc
Change-Id: I8eedc3b47f1260502034067d9006cac827cb1089
Diffstat (limited to 'rootdir/init.rc')
| -rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 49059953..45aef41a 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -177,6 +177,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 @@ -501,3 +503,6 @@ service dumpstate /system/bin/dumpstate -s socket dumpstate stream 0660 shell log disabled oneshot + +service sshd /system/bin/start-ssh + class main |
