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

Commit 3699bcfe authored by jp abgrall's avatar jp abgrall Committed by Android Git Automerger
Browse files

am 0069b013: am 3ddc0059: am ee854b07: Merge "Allocate a UID for clatd"

* commit '0069b013':
  Allocate a UID for clatd
parents 2832525e 0069b013
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -62,6 +62,7 @@
#define AID_DRMRPC        1026  /* group for drm rpc */
#define AID_DRMRPC        1026  /* group for drm rpc */
#define AID_NFC           1027  /* nfc subsystem */
#define AID_NFC           1027  /* nfc subsystem */
#define AID_SDCARD_R      1028  /* external storage read access */
#define AID_SDCARD_R      1028  /* external storage read access */
#define AID_CLAT          1029  /* clat part of nat464 */


#define AID_SHELL         2000  /* adb and debug shell user */
#define AID_SHELL         2000  /* adb and debug shell user */
#define AID_CACHE         2001  /* cache access */
#define AID_CACHE         2001  /* cache access */
@@ -139,6 +140,7 @@ static const struct android_id_info android_ids[] = {
    { "net_bw_acct", AID_NET_BW_ACCT, },
    { "net_bw_acct", AID_NET_BW_ACCT, },
    { "misc",      AID_MISC, },
    { "misc",      AID_MISC, },
    { "nobody",    AID_NOBODY, },
    { "nobody",    AID_NOBODY, },
    { "clat",      AID_CLAT, },
};
};


#define android_id_count \
#define android_id_count \