Merge "Increase the number of service supplementary group" into main am: 89b4f96d50 am: 0b3c8ca0b2 am: 12534709d7 am: fa7b5ed0e8

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2727414

Change-Id: Ibdd15e3cd8fec68c1901575d391c9a6454e41034
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-08-25 12:02:43 +00:00 committed by Automerger Merge Worker
commit e564787c53
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
#define SVC_GENTLE_KILL 0x2000 // This service should be stopped with SIGTERM instead of SIGKILL
// Will still be SIGKILLed after timeout period of 200 ms
#define NR_SVC_SUPP_GIDS 12 // twelve supplementary groups
#define NR_SVC_SUPP_GIDS 32 // thirty two supplementary groups
namespace android {
namespace init {