Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 879bd756 authored by Naveen Kalla's avatar Naveen Kalla Committed by Steve Kondik
Browse files

Add group qcom_oncrpc and give permissions to ril-daemon and /dev/oncrpc

Change-Id: I022aae4a81c720a026ea6c1a41bda30acbe60224
parent 3e165db9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@
#define AID_NET_BW_STATS  3006  /* read bandwidth statistics */
#define AID_NET_BW_ACCT   3007  /* change bandwidth statistics accounting */
#define AID_NET_BT_STACK  3008  /* bluetooth: access config files */
#define AID_QCOM_ONCRPC   3009  /* can read/write /dev/oncrpc files */

#define AID_MISC          9998  /* access to misc storage */
#define AID_NOBODY        9999
@@ -148,6 +149,7 @@ static const struct android_id_info android_ids[] = {
    { "net_bw_stats", AID_NET_BW_STATS, },
    { "net_bw_acct", AID_NET_BW_ACCT, },
    { "loop_radio", AID_LOOP_RADIO, },
    { "qcom_oncrpc", AID_QCOM_ONCRPC, },
    { "misc",      AID_MISC, },
    { "nobody",    AID_NOBODY, },
    { "clat",      AID_CLAT, },
+1 −1
Original line number Diff line number Diff line
@@ -466,7 +466,7 @@ service ril-daemon /system/bin/rild
    socket rild stream 660 root radio
    socket rild-debug stream 660 radio system
    user root
    group radio cache inet misc audio log
    group radio cache inet misc audio sdcard_rw qcom_oncrpc diag log

service surfaceflinger /system/bin/surfaceflinger
    class main