From 48704798ea79a4cf0a4024ffcd18fc11ca03a43c Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 19 Mar 2012 15:52:03 -0700 Subject: run minadbd as shell user, remove unused code Make minadbd drop its root privileges after initializing. We need to make the /tmp directory writable by the shell group so that it can drop the sideloaded file there. --- etc/init.rc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/init.rc b/etc/init.rc index a301779aa..bf4ce62b5 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -15,6 +15,9 @@ on init mkdir /cache mount /tmp /tmp tmpfs + chown root shell /tmp + chmod 0775 /tmp + write /sys/class/android_usb/android0/enable 0 write /sys/class/android_usb/android0/idVendor 18D1 write /sys/class/android_usb/android0/idProduct D001 -- cgit v1.2.3