aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2012-04-12 16:48:11 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-12 16:48:11 -0700
commit5fa860dea3618d5397bb580645f057a6e975786e (patch)
tree221fad7e3dd580ac527e11c0ad51b92a5fd34973 /rootdir
parentf5f9dad0c70c98cc2a500e62830d7be4a2844dbb (diff)
parent1d91fcf7c0a31d27097b196579a37873ba1c0934 (diff)
downloadsystem_core-5fa860dea3618d5397bb580645f057a6e975786e.tar.gz
system_core-5fa860dea3618d5397bb580645f057a6e975786e.tar.bz2
system_core-5fa860dea3618d5397bb580645f057a6e975786e.zip
Merge "Add MDNS service"
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7eda6bcf..90739c05 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -416,6 +416,7 @@ service netd /system/bin/netd
class main
socket netd stream 0660 root system
socket dnsproxyd stream 0660 root inet
+ socket mdns stream 0660 root system
service debuggerd /system/bin/debuggerd
class main
@@ -513,3 +514,12 @@ service dumpstate /system/bin/dumpstate -s
service sshd /system/bin/start-ssh
class main
disabled
+
+service mdnsd /system/bin/mdnsd
+ class main
+ user mdnsr
+ group inet net_raw
+ socket mdnsd stream 0660 mdnsr inet
+ disabled
+ oneshot
+