From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Audio/sound (ALSA) in guix environment --container Date: Wed, 27 Mar 2019 12:14:00 +0100 Message-ID: <8736n8fu2v.fsf@gnu.org> References: <874l7wgg75.fsf@bababa.i-did-not-set--mail-host-address--so-tickle-me> <878sx1h817.fsf@gnu.org> <87bm1x4kmb.fsf@elephly.net> <87d0mcpqy7.fsf@ambrevar.xyz> <8736n84n74.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h96VP-000509-PI for guix-devel@gnu.org; Wed, 27 Mar 2019 07:14:04 -0400 In-Reply-To: <8736n84n74.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 27 Mar 2019 11:38:07 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: Guix-devel Hello, Ricardo Wurmus skribis: > Would it make sense to map the current user=E2=80=99s UID into the contai= ner > instead of using a fixed UID? >From a reproducibility viewpoint, I=E2=80=99d find it nicer to use a fixed = UID (it can still be mapped to the user=E2=80=99s name anyway.) We could make it configurable if necessary. WDYT? Ludo=E2=80=99.