diff options
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7a4b8a9..f866ba8 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -69,9 +69,13 @@ on early-boot on fs wait /dev/block/platform/soc/${ro.boot.bootdevice} symlink /dev/block/platform/soc/${ro.boot.bootdevice} /dev/block/bootdevice + restorecon_recursive /dev/block/platform/soc/${ro.boot.bootdevice} mount_all fstab.qcom swapon_all fstab.qcom + # Restorecon + restorecon_recursive /persist + on boot # Secure touch @@ -658,6 +662,7 @@ service tlocd /system/bin/tloc_daemon class late_start user system group drmrpc gps net_raw + seclabel u:r:tlocd:s0 service readmac /system/vendor/bin/readmac class main @@ -796,6 +801,7 @@ service start_hci_filter /system/bin/wcnss_filter group bluetooth diag system wakelock seclabel u:r:bluetooth:s0 disabled + on property:wc_transport.start_root=true start hci_filter_root @@ -914,24 +920,6 @@ on property:ro.data.large_tcp_window_size=true on property:sys.sysctl.tcp_adv_win_scale=* write /proc/sys/net/ipv4/tcp_adv_win_scale ${sys.sysctl.tcp_adv_win_scale} -service amp_init /system/bin/amploader -i - class late_start - user root - disabled - oneshot - -service amp_load /system/bin/amploader -l 7000 - class late_start - user root - disabled - oneshot - -service amp_unload /system/bin/amploader -u - class late_start - user root - disabled - oneshot - service wpa_supplicant /vendor/bin/hw/wpa_supplicant \ -ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \ -I/system/etc/wifi/p2p_supplicant_overlay.conf -N \ |