summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/service.h b/init/service.h
index c314aa1c6..2b658145f 100644
--- a/init/service.h
+++ b/init/service.h
@@ -55,7 +55,7 @@
#define SVC_TEMPORARY 0x1000 // This service was started by 'exec' and should be removed from the
// service list once it is reaped.
-#define NR_SVC_SUPP_GIDS 12 // twelve supplementary groups
+#define NR_SVC_SUPP_GIDS 32 // thirty two supplementary groups
namespace android {
namespace init {