diff options
| author | LuK1337 <priv.luk@gmail.com> | 2020-09-20 19:31:57 +0200 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-28 20:08:27 +0100 |
| commit | 640ab70e5f8893f98ed41e70faa5945312a13957 (patch) | |
| tree | 4ba2ec2fb94eb11dc3e019e786f475f54468849f | |
| parent | 07e361222c6d6ff5a85d87e8ff7299e215173a87 (diff) | |
sm8250-common: Drop mkdir /data/{system,fota,hostapd,core}
* vendor_init isn't allowed to create files under system_data_file
context, leading to early init panic.
Change-Id: Ie344cc4ece2783bb7d372f64c2c23b4d5ea2cda0
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3bbe8ab..b353957 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -377,7 +377,6 @@ on post-fs-data chown system system /sys/devices/platform/msm_sdcc.4/polling #Create the symlink to qcn wpa_supplicant folder for ar6000 wpa_supplicant - mkdir /data/system 0775 system system #symlink /data/misc/wifi/wpa_supplicant /data/system/wpa_supplicant #Create directories for Location services @@ -392,13 +391,6 @@ on post-fs-data mkdir /dev/socket/wifihal 0770 wifi wifi chmod 2770 /dev/socket/wifihal - #Create directory for FOTA - mkdir /data/fota 0771 - chown system system /data/fota - - #Create directory for hostapd - mkdir /data/hostapd 0770 system wifi - # Create /data/time folder for time-services mkdir /data/vendor/time/ 0700 system system @@ -590,11 +582,6 @@ on property:persist.vendor.radio.atfwd.start=false on property:vendor.radio.atfwd.start=false stop vendor.atfwd -# corefile limit -on property:persist.debug.trace=1 - mkdir /data/core 0777 root root - write /proc/sys/kernel/core_pattern "/data/core/%E.%p.%e" - on property:init.svc.wpa_supplicant=stopped stop dhcpcd |
