diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-06-01 13:27:05 -0700 |
|---|---|---|
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2016-06-01 13:27:36 -0700 |
| commit | e50b6f1332edeccfa980a09ae792fe683b1a7411 (patch) | |
| tree | 9b2c90cb966a3ae6419eeec73b3f863c8db709d9 | |
| parent | 5c49349c6a75d6074786de403ef15c9dde9a5401 (diff) | |
msm8916-common: Do not chmod /system/bin/
* /system is mounted as ro, therefore chmod has no effect
Change-Id: I4b3e9f8d81e6c7aa3c00357add851b308d8a8fe2
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index fa838d1..a5b8d09 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -205,14 +205,6 @@ on boot #Create NETMGR daemon socket area mkdir /dev/socket/netmgr 0750 radio radio - #Set SUID bit for usbhub - chmod 4755 /system/bin/usbhub - chmod 755 /system/bin/usbhub_init - - #Remove SUID bit for iproute2 ip tool - chmod 0755 /system/bin/ip - - chmod 0444 /sys/devices/platform/msm_hsusb/gadget/usb_state #For bridgemgr daemon to inform the USB driver of the correct transport |
