diff options
| author | Nick Pelly <npelly@google.com> | 2010-03-23 20:37:40 -0700 |
|---|---|---|
| committer | Nick Pelly <npelly@google.com> | 2010-03-23 20:39:05 -0700 |
| commit | 830abe0424da52a715592077feaa5d1c2762f58d (patch) | |
| tree | 3d46d527f70f96f7d4b8fbdd6f9f6ba55ee3fdd0 /init | |
| parent | 3555019d783089084d8cb4ceca6609152db445d3 (diff) | |
| download | system_core-830abe0424da52a715592077feaa5d1c2762f58d.tar.gz system_core-830abe0424da52a715592077feaa5d1c2762f58d.tar.bz2 system_core-830abe0424da52a715592077feaa5d1c2762f58d.zip | |
MOAR GROUPS
We were hitting the old limit with mediaserver.
Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
Diffstat (limited to 'init')
| -rw-r--r-- | init/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.h b/init/init.h index 8c0571c8..f92a4d7a 100644 --- a/init/init.h +++ b/init/init.h @@ -114,7 +114,7 @@ struct svcenvinfo { #define SVC_CONSOLE 0x10 /* requires console */ #define SVC_CRITICAL 0x20 /* will reboot into recovery if keeps crashing */ -#define NR_SVC_SUPP_GIDS 6 /* six supplementary groups */ +#define NR_SVC_SUPP_GIDS 12 /* twelve supplementary groups */ #define SVC_MAXARGS 64 |
