Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa7b5ed0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase the number of service supplementary group" into main am:...

Merge "Increase the number of service supplementary group" into main am: 89b4f96d am: 0b3c8ca0 am: 12534709

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



Change-Id: Ie9f21b683c67db95427e2a404e5dcf8852d79caa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 51115c6d 12534709
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {