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

Change-Id: I96a80abc0046b0a1023d6ba14985baa22a829782
Cr-Mirrored-From: https://chromium.googlesource.com/aosp/platform/system/core
Cr-Mirrored-Commit: 48ec9e7ce4e27ad3ec0ccc634afac85204e07ccd
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 0723612..03edfb5 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -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 */