From 99934e61ef5fe219e11b2c6cc3d7eb0de2f78339 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Sun, 25 Sep 2011 00:34:57 +0100 Subject: [PATCH] Fix the dnsproxyd issue that was added 'This is a dependency for the DNS proxy CLs. This CL also adds a new socket for the netd process to inherit which is owned by the inet group. (so only apps with the INTERNET permission can use the DNS proxy...)' --- initrd/initrd_files/init.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/initrd/initrd_files/init.rc b/initrd/initrd_files/init.rc index 212e062..39b8041 100755 --- a/initrd/initrd_files/init.rc +++ b/initrd/initrd_files/init.rc @@ -424,6 +424,7 @@ service netd /system/bin/netd socket netd stream 0660 root system + socket dnsproxyd stream 0660 root inet service debuggerd /system/bin/debuggerd