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>
This commit is contained in:
Ulrich Müller 2022-10-22 09:57:41 +02:00
parent a6ad7ac337
commit 3be3c9a736
No known key found for this signature in database
GPG Key ID: 5188335088415E2E

View File

@ -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