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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5836138334 for ; Mon, 2 Dec 2019 15:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E58E08D9; Mon, 2 Dec 2019 15:23:26 +0000 (UTC) Received: from gmmr1.centrum.cz (gmmr1.centrum.cz [46.255.225.252]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91AF9E086C for ; Mon, 2 Dec 2019 15:23:26 +0000 (UTC) Received: from gm-as2.cent (unknown [10.255.254.20]) by gmmr1.centrum.cz (Postfix) with ESMTP id 4EBF68043E04 for ; Mon, 2 Dec 2019 16:23:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atlas.cz; s=mail; t=1575300204; bh=dbJhPT2pA4xai59ouTzVSO3lDEPWRR4bhPywKnonQZY=; h=Date:From:To:Subject:From; b=k6W3Dc+5rRtOz8XYScoJivEA5KR/wOvGJcSBHB64N2VGlP0FBz4LSmXjMsFKKcknw wBSKvIN68KbbcyVSkD4qYxqSDe16x9LkJj7O6AI7wKj3wCaXPiObbSXCh/PHgxdNBM +QfiHEN/idxEFyP0ggEZ3ZxxMSnfFbyVWp+KKAJo= Received: by gm-as2.cent (Postfix, from userid 65534) id 4D0F34800084; Mon, 2 Dec 2019 16:23:24 +0100 (CET) X-Original-From: arkamar@atlas.cz X-Envelope-To: gentoo-dev@lists.gentoo.org X-Original-IP: 185.33.138.174 Received: from atlantis (unknown [185.33.138.174]) by gm-smtp6.centrum.cz (Postfix) with ESMTPX id ED37F9C000F2 for ; Mon, 2 Dec 2019 16:23:23 +0100 (CET) Date: Mon, 2 Dec 2019 16:23:22 +0100 From: Petr =?utf-8?B?VmFuxJtr?= To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] RFC: UID/GID rspamd Message-ID: <20191202152322.GC3060@atlantis> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) X-Archives-Salt: c534be19-2746-4c1c-b909-19f6a7a10125 X-Archives-Hash: 5b550338b452b5fb3fae2bcbd50eafb2 Hi, I was recently asked to migrate rspamd UID/GID to the new GLEP-81 [1]. The FreeBSD uses 236/236 for rspamd [2], but we already set tox for 236/236. However, archlinux sets 199/199 for toxcore [3], which seems to be equivalent of our net-libs/tox and it seems to be free currently. Would it be possible to move tox to 199/199 and set rspamd to 236/236 to be more compatible with other distributions, or should I chose some other UID/GID? Thanks, Petr [1] https://github.com/gentoo/gentoo/pull/13770#discussion_r352630383 [2] https://svnweb.freebsd.org/ports/head/UIDs?view=co [3] https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database