diff options
-rw-r--r-- | config.fs | 6 | ||||
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -127,6 +127,12 @@ user: AID_GPS group: AID_GPS caps: NET_BIND_SERVICE +[vendor/bin/loc_launcher] +mode: 0755 +user: AID_GPS +group: AID_GPS +caps: SETUID SETGID + [vendor/bin/xtwifi-client] mode: 0755 user: AID_GPS diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index d6e82e6..df10c92 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -630,9 +630,9 @@ on property:sys.shutdown.requested=* stop vendor.cnss-daemon service vendor.loc_launcher /system/vendor/bin/loc_launcher - #loc_launcher will start as root and set its uid to gps class late_start - group gps inet diag wifi + user gps + group gps on property:crypto.driver.load=1 insmod /system/lib/modules/qce.ko |