summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-08-28 02:24:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-08-28 02:24:42 +0000
commit91a5c386c5440e86900278f527360c9517bef6c7 (patch)
tree280bd51d4f3a2a38a27d1270a1b4b155623e5c0a
parent1f4659f30ddade332e3e495e5afafa284c90259c (diff)
parent1f392421643eda1411efcf70790980d724e44464 (diff)
downloadcore-android13-gsi.tar.gz
Merge "Increase the number of service supplementary group" into android13-gsiandroid13-gsi
-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 {