summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-01-31 15:24:01 -0800
committerNick Kralevich <nnk@google.com>2015-01-31 15:24:01 -0800
commitcbfaafc5cf9e8bf7f97c2b8be94fe90565643782 (patch)
tree75cfa16f71ba22a4716e0d2f07b0518898f61eb9
parent0e7ddd0a86f8006501afd74463914054abcef353 (diff)
downloadmako-cbfaafc5cf9e8bf7f97c2b8be94fe90565643782.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: Iea21412f4729e446a6e34677a4399f4b671d3c9f
-rw-r--r--init.mako.rc3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.mako.rc b/init.mako.rc
index 7a2339d..6ba028f 100644
--- a/init.mako.rc
+++ b/init.mako.rc
@@ -72,9 +72,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