Created
September 28, 2016 12:39
-
-
Save invisiblek/b51ef7b8c98827654c3525f035a9087d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc | |
index 1234dd9..ec637b4 100644 | |
--- a/rootdir/etc/init.qcom.rc | |
+++ b/rootdir/etc/init.qcom.rc | |
@@ -400,8 +400,8 @@ service time_daemon /system/bin/time_daemon | |
service wcnss-service /system/bin/wcnss_service | |
class late_start | |
- user system | |
- group system wifi qcom_diag radio | |
+ user root | |
+ group system wifi | |
oneshot | |
service wpa_supplicant /system/bin/wpa_supplicant \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment