summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2014-07-07 16:26:48 -0700
committerNick Kralevich <nnk@google.com>2014-07-07 23:42:15 +0000
commitb4cbff47ad4c8f15213189959c2ea33cb0ee529f (patch)
treebdcf649497bd4e44a5eebfba577e97fa4d03fe2a
parent5a53ee0502c198fb114bbf7bb34643d9682ba9b8 (diff)
downloadcore-b4cbff47ad4c8f15213189959c2ea33cb0ee529f.tar.gz
Remove sshd.
This may require changes to other code, such as fastbootd, which relies on this service. sshd is not currently, used, however, so this change will force any such code to be changed. Bug: 11594902 Change-Id: I07e52008290dab5825be2ad062cbe730fa7dff71
-rw-r--r--rootdir/init.rc6
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index a2c9c0fd9..62598a0af 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -276,8 +276,6 @@ on post-fs-data
mkdir /data/app-lib 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
@@ -609,10 +607,6 @@ service dumpstate /system/bin/dumpstate -s
disabled
oneshot
-service sshd /system/bin/start-ssh
- class main
- disabled
-
service mdnsd /system/bin/mdnsd
class main
user mdnsr