summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-01-31 16:28:57 -0800
committerNick Kralevich <nnk@google.com>2015-01-31 16:28:57 -0800
commit7578b9aee0431cb6c5a4d6a2844af38aee844e0c (patch)
treee5869914d77b5ccffbf90fa86c75f218625146a5
parent435cde8a20dd9105da25ba8a8e6de3dceea8bedd (diff)
downloaddeb-7578b9aee0431cb6c5a4d6a2844af38aee844e0c.tar.gz
remove useless attempt to chmod /system/bin/ip
/system is mounted read-only. It's impossible for init to modify the permissions on /system/bin/ip. Change-Id: I868df5c67a7654ad80cb2cbf3f0ea27e441eeff7
-rw-r--r--init.deb.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.deb.rc b/init.deb.rc
index 8ee052f..d2344b4 100644
--- a/init.deb.rc
+++ b/init.deb.rc
@@ -65,9 +65,6 @@ on boot
# Allow QMUX daemon to assign port open wait time
chown radio radio /sys/devices/virtual/hsicctl/hsicctl0/modem_wait
- #Remove SUID bit for iproute2 ip tool
- chmod 0755 /system/bin/ip
-
#port-bridge
chmod 0660 /dev/smd0
chown system system /dev/smd0