diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 95db8fc..9ada479 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1601,7 +1601,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \ 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 on property:crypto.driver.load=1 insmod /system/lib/modules/qce.ko @@ -1680,7 +1680,7 @@ service adsprpcd /system/bin/adsprpcd service per_mgr /system/bin/pm-service class core user system - group system net_raw + group system writepid /dev/cpuset/system-background/tasks service per_proxy /system/bin/pm-proxy diff --git a/sepolicy/perm_mgr.te b/sepolicy/perm_mgr.te deleted file mode 100644 index 6d75682..0000000 --- a/sepolicy/perm_mgr.te +++ /dev/null @@ -1 +0,0 @@ -allow per_mgr self:capability net_raw;