From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05856158020 for ; Sat, 22 Oct 2022 10:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00FF1E0901; Sat, 22 Oct 2022 10:54:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA4EAE0901 for ; Sat, 22 Oct 2022 10:54:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5E203411CD for ; Sat, 22 Oct 2022 10:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 285BC614 for ; Sat, 22 Oct 2022 10:54:02 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1666436021.3be3c9a736212a5895201ae3d74ee6c9a32bfd88.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/qa-policy.conf X-VCS-Directories: metadata/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3be3c9a736212a5895201ae3d74ee6c9a32bfd88 X-VCS-Branch: master Date: Sat, 22 Oct 2022 10:54:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3bab9d0-960f-4448-94c4-7e655172bf97 X-Archives-Hash: 030f45a48adc4f0c2229f9601c440cc7 commit: 3be3c9a736212a5895201ae3d74ee6c9a32bfd88 Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 22 07:57:41 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 22 10:53:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be3c9a7 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 gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> metadata/qa-policy.conf | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 for a single value +# or - for a range of values (including both ends). +[user-group-ids] +uid-range = 0-749,65534 +gid-range = 0-749,65533,65534