diff options
-rw-r--r-- | gps/etc/izat.conf | 4 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gps/etc/izat.conf b/gps/etc/izat.conf index 58c9e1a..d77a0b4 100644 --- a/gps/etc/izat.conf +++ b/gps/etc/izat.conf @@ -166,7 +166,7 @@ HARDWARE_TYPE=automotive PROCESS_NAME=/system/bin/garden_app PROCESS_ARGUMENT=-u 0 -q 0 -j 0 -g 0 -l 0 -Z 0 -T 1 PROCESS_STATE=ENABLED -PROCESS_GROUPS=gps net_raw +PROCESS_GROUPS=gps PREMIUM_FEATURE=0 IZAT_FEATURE_MASK=0 PLATFORMS=all @@ -188,7 +188,7 @@ HARDWARE_TYPE=all PROCESS_NAME=/system/bin/lowi-server PROCESS_ARGUMENT= PROCESS_STATE=ENABLED -PROCESS_GROUPS=gps net_admin wifi inet qcom_diag net_raw +PROCESS_GROUPS=gps wifi inet qcom_diag PREMIUM_FEATURE=0 IZAT_FEATURE_MASK=0xf303 PLATFORMS=all diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 109c85f..e9a8655 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1107,7 +1107,7 @@ service dhcpcd_bnep4 /system/bin/dhcpcd -BKLG 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 net_raw qcom_diag net_admin wifi + group gps inet qcom_diag wifi writepid /dev/cpuset/system-background/tasks service fm_dl /system/bin/sh /system/etc/init.qcom.fm.sh |