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

Commit 951d0d02 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am d6520cf9: am 65a83bdf: Merge "Reserve some AIDs for OEMs"

* commit 'd6520cf9':
  Reserve some AIDs for OEMs
parents e27b4109 d6520cf9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -83,6 +83,11 @@
#define AID_CACHE         2001  /* cache access */
#define AID_DIAG          2002  /* access to diagnostic resources */

/* The range 2900-2999 is reserved for OEM, and must never be
 * used here */
#define AID_OEM_RESERVED_START 2900
#define AID_OEM_RESERVED_END   2999

/* The 3000 series are intended for use as supplemental group id's only.
 * They indicate special Android capabilities that the kernel is aware of. */
#define AID_NET_BT_ADMIN  3001  /* bluetooth: create any socket */