New user definitions for isolated sandboxes.
Change-Id: I302f89c102bc35dcd70168748e205b41fdbf6576
This commit is contained in:
parent
a8185a622e
commit
ca185abcb5
1 changed files with 6 additions and 1 deletions
|
|
@ -79,7 +79,12 @@
|
|||
#define AID_MISC 9998 /* access to misc storage */
|
||||
#define AID_NOBODY 9999
|
||||
|
||||
#define AID_APP 10000 /* first app user */
|
||||
#define AID_APP 10000 /* first app user */
|
||||
|
||||
#define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
|
||||
#define AID_ISOLATED_END 99999 /* end of uids for fully isolated sandboxed processes */
|
||||
|
||||
#define AID_USER 100000 /* offset for uid ranges for each user */
|
||||
|
||||
#if !defined(EXCLUDE_FS_CONFIG_STRUCTURES)
|
||||
struct android_id_info {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue