Merge "Update AID_ISOLATED_START to include new range." am: 73992c7c00

am: 48ec9e7ce4

Change-Id: I4c95bf99639aeb3e22f6260f2905ba6f5ce592ad
This commit is contained in:
Martijn Coenen 2019-01-17 13:03:00 -08:00 committed by android-build-merger
commit c3be3e8b2a

View file

@ -190,7 +190,8 @@
*/
#define AID_OVERFLOWUID 65534 /* unmapped user in the user namespace */
#define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */
/* use the ranges below to determine whether a process is isolated */
#define AID_ISOLATED_START 90000 /* 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 /* TODO: switch users over to AID_USER_OFFSET */