Skip to content
Snippets Groups Projects
Commit 65a83bdf authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Reserve some AIDs for OEMs"

parents f02c7972 60ac6364
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment