diff options
author | Giulio Cervera <giulio.cervera@cyanogenmod.org> | 2016-01-24 22:04:20 +0100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-01-30 15:34:19 +0100 |
commit | 0cba1f6b5f2aee83b6ee84e63efc8488b043157c (patch) | |
tree | 7d1ad3722dc32dea65a0079b4e4cf5433f4ea3c7 /rootdir/init.qcom.rc | |
parent | 4ccd62b9ac4a4faafd224133b1a103b8f58761c3 (diff) |
remove unused/older init stuff
Change-Id: I56954fc6594a2fd658f8d20ba7a2f99ca723ee74
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index a3d4ab4..f05aa5b 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -88,7 +88,6 @@ on init on fs mount_all ./fstab.qcom - setprop ro.crypto.fuse_sdcard true mkdir /lta-label 0555 system system wait /dev/block/platform/msm_sdcc.1/by-name/LTALabel mount ext4 /dev/block/platform/msm_sdcc.1/by-name/LTALabel /lta-label nosuid nodev noatime noexec ro barrier=0 @@ -133,9 +132,6 @@ on boot setprop ro.telephony.call_ring.multiple false - # Remove SUID bit for iproute2 ip tool - chmod 0755 /system/bin/ip - # port-bridge chmod 0660 /dev/smd0 chown system system /dev/smd0 @@ -202,8 +198,6 @@ on boot chmod 660 /dev/rtc0 chown system system /dev/rtc0 - chown root system /proc/net/ip_conntrack - # Enable DEBUG_SUSPEND, DEBUG_EXIT_SUSPEND, and DEBUG_WAKEUP write /sys/module/wakelock/parameters/debug_mask 7 @@ -353,8 +347,6 @@ on post-fs-data setprop vold.post_fs_data_done 1 - rm /data/local/tmp/adreno_config.txt - # communicate with mpdecision and thermald mkdir /dev/socket/mpdecision 0770 system system chmod 2770 /dev/socket/mpdecision @@ -366,6 +358,7 @@ on post-fs-data chown media camera /sys/devices/sony_camera_1/info chmod 0770 /sys/devices/sony_camera_1/info + on property:init.svc.wpa_supplicant=stopped stop dhcpcd |