summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Pelly2010-03-23 22:37:40 -0500
committerNick Pelly2010-03-23 22:39:05 -0500
commit830abe0424da52a715592077feaa5d1c2762f58d (patch)
tree3d46d527f70f96f7d4b8fbdd6f9f6ba55ee3fdd0
parent3555019d783089084d8cb4ceca6609152db445d3 (diff)
downloadplatform-system-core-830abe0424da52a715592077feaa5d1c2762f58d.tar.gz
platform-system-core-830abe0424da52a715592077feaa5d1c2762f58d.tar.xz
platform-system-core-830abe0424da52a715592077feaa5d1c2762f58d.zip
MOAR GROUPS
We were hitting the old limit with mediaserver. Change-Id: Ia8217a9f2a1076fa247d7f5ed5159e3c91244d78
-rw-r--r--init/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.h b/init/init.h
index 8c0571c88..f92a4d7ab 100644
--- a/init/init.h
+++ b/init/init.h
@@ -114,7 +114,7 @@ struct svcenvinfo {
114#define SVC_CONSOLE 0x10 /* requires console */ 114#define SVC_CONSOLE 0x10 /* requires console */
115#define SVC_CRITICAL 0x20 /* will reboot into recovery if keeps crashing */ 115#define SVC_CRITICAL 0x20 /* will reboot into recovery if keeps crashing */
116 116
117#define NR_SVC_SUPP_GIDS 6 /* six supplementary groups */ 117#define NR_SVC_SUPP_GIDS 12 /* twelve supplementary groups */
118 118
119#define SVC_MAXARGS 64 119#define SVC_MAXARGS 64
120 120