From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Release imminent! Date: Sun, 13 Jan 2013 18:50:57 +0100 Message-ID: <87k3rht1j2.fsf@gnu.org> References: <87libyweiv.fsf@gnu.org> <201301131416.57064.andreas@enge.fr> <87pq19t5ne.fsf@gnu.org> <201301131742.36114.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuRi3-0002WE-Gb for bug-guix@gnu.org; Sun, 13 Jan 2013 12:51:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuRi0-0001wt-Fi for bug-guix@gnu.org; Sun, 13 Jan 2013 12:51:03 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:17951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuRi0-0001wm-8l for bug-guix@gnu.org; Sun, 13 Jan 2013 12:51:00 -0500 In-Reply-To: <201301131742.36114.andreas@enge.fr> (Andreas Enge's message of "Sun, 13 Jan 2013 17:42:36 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Sonntag, 13. Januar 2013 schrieb Ludovic Court=C3=A8s: >> >> If --build-users-group is not given explicitly, check for the group >> >> nixbld and use it if it exists. >> I=E2=80=99m not sure if we want to automatically use a given group name.= What >> if that name was used for something else on this machine? Granted, it= =E2=80=99s >> unlikely, but it=E2=80=99s not completely impossible either. > > In that case, the user would have to give the builder group explicitly=20 > anyway. Yes, but if they don=E2=80=99t, it=E2=80=99ll end up using real users, whic= h could be a bad idea. Note that currently, when --build-users-group is omitted and the daemon runs as root, a warning is emitted. Ludo=E2=80=99.