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

Commit 0545077d authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Update AID_ISOLATED_START to include new range." am: 73992c7c am: 48ec9e7c

am: c3be3e8b

Change-Id: I3236f694c05ca7c2982930c3090a1806ff70cdcf
parents 01031f72 c3be3e8b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */