diff options
-rw-r--r-- | gps/etc/izat.conf | 6 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 26 | ||||
-rw-r--r-- | rootdir/etc/ueventd.qcom.rc | 2 |
3 files changed, 17 insertions, 17 deletions
diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index 93d9501..cf1aeaa 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -155,7 +155,7 @@ WIFI_SUPPLICANT_INFO=BASIC PROCESS_NAME=/system/bin/DR_AP_Service PROCESS_ARGUMENT= PROCESS_STATE=DISABLED -PROCESS_GROUPS=gps net_raw diag qcom_diag +PROCESS_GROUPS=gps net_raw diag diag PREMIUM_FEATURE=0 IZAT_FEATURE_MASK=0 PLATFORMS=all @@ -191,7 +191,7 @@ HARDWARE_TYPE=all PROCESS_NAME=/system/bin/lowi-server PROCESS_ARGUMENT= PROCESS_STATE=ENABLED -PROCESS_GROUPS=gps net_admin wifi inet qcom_diag +PROCESS_GROUPS=gps net_admin wifi inet diag PREMIUM_FEATURE=0 IZAT_FEATURE_MASK=0xf303 PLATFORMS=all @@ -224,7 +224,7 @@ HARDWARE_TYPE=all PROCESS_NAME=/system/vendor/bin/slim_daemon PROCESS_ARGUMENT= PROCESS_STATE=ENABLED -PROCESS_GROUPS=gps qcom_diag can +PROCESS_GROUPS=gps diag can PREMIUM_FEATURE=1 IZAT_FEATURE_MASK=0xf0 PLATFORMS=all diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 87adfe2..8aed76a 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -724,7 +724,7 @@ service iop /system/bin/iop service qcomsysd /system/bin/qcom-system-daemon class main user root - group root qcom_diag + group root diag service ssr_setup /system/bin/ssr_setup oneshot @@ -839,7 +839,7 @@ on property:wc_transport.start_hci=false service start_hci_filter /system/bin/wcnss_filter class late_start user bluetooth - group bluetooth qcom_diag + group bluetooth diag disabled service config_bt_addr /system/bin/btnvtool -O @@ -857,7 +857,7 @@ on property:wc_transport.start_root=false service hci_filter_root /system/bin/wcnss_filter class late_start user bluetooth - group bluetooth qcom_diag system + group bluetooth diag system disabled service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot" @@ -909,14 +909,14 @@ service btsnoop /system/bin/btsnoop service ftmd /system/bin/logwrapper /system/bin/ftmdaemon class late_start user root - group bluetooth net_bt_admin misc net_bt_stack qcom_diag net_bt + group bluetooth net_bt_admin misc net_bt_stack diag net_bt disabled oneshot service bridgemgrd /system/bin/bridgemgrd class late_start user radio - group radio qcom_diag + group radio diag disabled service port-bridge /system/bin/port-bridge @@ -928,14 +928,14 @@ service port-bridge /system/bin/port-bridge service qmiproxy /system/bin/qmiproxy class main user radio - group radio qcom_diag + group radio diag disabled # QMUX must be in multiple groups to support external process connections service qmuxd /system/bin/qmuxd class main user root - group radio audio bluetooth gps nfc qcom_diag wakelock + group radio audio bluetooth gps nfc diag wakelock writepid /dev/cpuset/system-background/tasks service netmgrd /system/bin/netmgrd @@ -947,7 +947,7 @@ service ipacm-diag /system/bin/ipacm-diag class main user system socket ipacm_log_file dgram 660 system net_admin - group net_admin qcom_diag + group net_admin diag service ipacm /system/bin/ipacm class main @@ -958,7 +958,7 @@ service ipacm /system/bin/ipacm service qti /system/vendor/bin/qti class main user radio - group radio net_raw qcom_diag usb net_admin + group radio net_raw diag usb net_admin writepid /dev/cpuset/system-background/tasks service sensors /system/bin/sensors.qcom @@ -1048,7 +1048,7 @@ service cnss-daemon /system/bin/cnss-daemon -n -l service loc_launcher /system/bin/loc_launcher # loc_launcher will start as root and set its uid to gps class late_start - group gps inet qcom_diag wifi + group gps inet diag wifi writepid /dev/cpuset/system-background/tasks service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh @@ -1125,7 +1125,7 @@ service ril-daemon2 /system/bin/rild -c 2 socket rild2 stream 660 root radio socket rild-debug2 stream 660 radio system user root - group radio cache inet misc audio log readproc wakelock qcom_diag + group radio cache inet misc audio log readproc wakelock diag service usb_uicc_enable /system/bin/sh /system/etc/init.qcom.uicc.sh class late_start @@ -1197,14 +1197,14 @@ on property:sys.qbcharger.enable=false service diag_mdlog_start /system/bin/diag_mdlog -c class late_start user shell - group system qcom_diag sdcard_rw sdcard_r media_rw + group system diag sdcard_rw sdcard_r media_rw disabled oneshot service diag_mdlog_stop /system/bin/diag_mdlog -k class late_start user shell - group system qcom_diag sdcard_rw sdcard_r media_rw + group system diag sdcard_rw sdcard_r media_rw disabled oneshot diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index f4e00cb..d6f385f 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -26,7 +26,7 @@ # # the DIAG device node is not world writable/readable. -/dev/diag 0660 system qcom_diag +/dev/diag 0660 system diag /dev/genlock 0666 system system /dev/kgsl 0666 system system |