Gentoo Archives: gentoo-dev

From: Marek Szuba <marecki@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] user.eclass: die if hard coded UID or GID is already in use
Date: Wed, 29 May 2019 09:08:06
Message-Id: f2a2f51d-f944-c416-95c0-084be6a9ced8@gentoo.org
In Reply to: [gentoo-dev] [PATCH] user.eclass: die if hard coded UID or GID is already in use by William Hubbs
1 On 2019-05-27 16:45, William Hubbs wrote:
2
3 > If a package hard codes the UID or GID when adding a user or group to
4 > the system and that UID/GID already exists, we should abort rather than
5 > changing the UID/GID.
6
7 +1. It is of course my personal opinion but years of having been working
8 with various scientific software pipelines have made me rabidly allergic
9 to tools which do a different thing than what they were asked to do
10 unless explicitly allowed to do it this way. And what is the point of
11 specifying a "preferred" xID anyway? We cannot rely on these values
12 anywhere so IMHO all they do is add noise. And no, in my book "it has
13 always been like this" is not by itself a good reason to maintain the
14 status quo.
15
16 --
17 MS