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

Commit 5f33bc8f authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Add group qcom_oncrpc and give permissions to ril-daemon and /dev/oncrpc" into ics

parents 4f85fce0 b4c6b0f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@
#define AID_NET_ADMIN     3005  /* can configure interfaces and routing tables. */
#define AID_NET_BW_STATS  3006  /* read bandwidth statistics */
#define AID_NET_BW_ACCT   3007  /* change bandwidth statistics accounting */
#define AID_QCOM_ONCRPC   3008  /* can read/write /dev/oncrpc files */

#define AID_MISC          9998  /* access to misc storage */
#define AID_NOBODY        9999
@@ -124,6 +125,7 @@ static const struct android_id_info android_ids[] = {
    { "net_admin", AID_NET_ADMIN, },
    { "net_bw_stats", AID_NET_BW_STATS, },
    { "net_bw_acct", AID_NET_BW_ACCT, },
    { "qcom_oncrpc", AID_QCOM_ONCRPC, },
    { "misc",      AID_MISC, },
    { "nobody",    AID_NOBODY, },
};
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,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 sdcard_rw log
    group radio cache inet misc audio sdcard_rw qcom_oncrpc diag

service surfaceflinger /system/bin/surfaceflinger
    class main