system/corennnnn
リビジョン | 755ec73c19199e0e5861b3788aacebb77aa9f479 (tree) |
---|---|
日時 | 2012-07-11 13:55:20 |
作者 | Dianne Hackborn <hackbod@goog...> |
コミッター | Chih-Wei Huang |
New user definitions for isolated sandboxes.
Change-Id: I302f89c102bc35dcd70168748e205b41fdbf6576
@@ -79,7 +79,12 @@ | ||
79 | 79 | #define AID_MISC 9998 /* access to misc storage */ |
80 | 80 | #define AID_NOBODY 9999 |
81 | 81 | |
82 | -#define AID_APP 10000 /* first app user */ | |
82 | +#define AID_APP 10000 /* first app user */ | |
83 | + | |
84 | +#define AID_ISOLATED_START 99000 /* start of uids for fully isolated sandboxed processes */ | |
85 | +#define AID_ISOLATED_END 99999 /* end of uids for fully isolated sandboxed processes */ | |
86 | + | |
87 | +#define AID_USER 100000 /* offset for uid ranges for each user */ | |
83 | 88 | |
84 | 89 | #if !defined(EXCLUDE_FS_CONFIG_STRUCTURES) |
85 | 90 | struct android_id_info { |