sdm660-common: rootdir: 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: Ie5cb20bc45f9769969b71ffd747b1ed34fc27187
This commit is contained in:
parent
47bc940428
commit
5bdce0a4c3
1 changed files with 0 additions and 4 deletions
|
@ -172,10 +172,6 @@ on boot
|
||||||
#enable camera read sensors data
|
#enable camera read sensors data
|
||||||
setprop persist.camera.gyro.disable 0
|
setprop persist.camera.gyro.disable 0
|
||||||
|
|
||||||
#Remove SUID bit for iproute2 ip tool
|
|
||||||
chmod 0755 /system/bin/ip
|
|
||||||
|
|
||||||
|
|
||||||
chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
|
chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state
|
||||||
|
|
||||||
setprop net.tcp.2g_init_rwnd 10
|
setprop net.tcp.2g_init_rwnd 10
|
||||||
|
|
Loading…
Reference in a new issue