am 9796a83a: Merge "Add shared app gid to fs config"
* commit '9796a83a39e757558c07e17bd277ab2694762dfd': Add shared app gid to fs config
This commit is contained in:
commit
b905f121c3
1 changed files with 3 additions and 0 deletions
|
|
@ -87,6 +87,9 @@
|
||||||
|
|
||||||
#define AID_USER 100000 /* offset for uid ranges for each user */
|
#define AID_USER 100000 /* offset for uid ranges for each user */
|
||||||
|
|
||||||
|
#define AID_SHARED_GID_START 50000 /* start of gids for apps in each user to share */
|
||||||
|
#define AID_SHARED_GID_END 59999 /* start of gids for apps in each user to share */
|
||||||
|
|
||||||
#if !defined(EXCLUDE_FS_CONFIG_STRUCTURES)
|
#if !defined(EXCLUDE_FS_CONFIG_STRUCTURES)
|
||||||
struct android_id_info {
|
struct android_id_info {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue