summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-10-22 09:57:41 +0200
committerUlrich Müller <ulm@gentoo.org>2022-10-22 12:53:41 +0200
commit3be3c9a736212a5895201ae3d74ee6c9a32bfd88 (patch)
tree3adfb018c29c52bdf18eac84bf234f5f397d315e /metadata
parentdev-python/mkdocs-material: fix build (diff)
downloadgentoo-3be3c9a736212a5895201ae3d74ee6c9a32bfd88.tar.gz
gentoo-3be3c9a736212a5895201ae3d74ee6c9a32bfd88.tar.bz2
gentoo-3be3c9a736212a5895201ae3d74ee6c9a32bfd88.zip
metadata/qa-policy.conf: Add user-group-ids section
See also user and group account policy: https://projects.gentoo.org/qa/policy-guide/user-group.html#pg0901 Bug: https://github.com/pkgcore/pkgcheck/issues/356 Suggested-by: Arthur Zamarin <arthurzam@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r--metadata/qa-policy.conf12
1 files changed, 11 insertions, 1 deletions
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
index db9050f2ba7b..191ebdb4f7e8 100644
--- a/metadata/qa-policy.conf
+++ b/metadata/qa-policy.conf
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# The policy section assigns significance levels to various policies.
@@ -74,3 +74,13 @@ ltprune = (inline find ... -delete)
mono = mono-env
user = (GLEP 81 acct-* packages)
versionator = eapi7-ver (built-in since EAPI 7)
+
+# User and group IDs available for static allocation. These consist of:
+# - the range 101..749 available for regular use by packages, and
+# - the range 0..100, 65533 and 65534 reserved for important system
+# accounts (which need approval by QA).
+# The format is a comma separated list, either <n> for a single value
+# or <m>-<n> for a range of values (including both ends).
+[user-group-ids]
+uid-range = 0-749,65534
+gid-range = 0-749,65533,65534