From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id mNGEDFeM+2RO1AAAG6o9tA:P1 (envelope-from ) for ; Fri, 08 Sep 2023 23:04:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mNGEDFeM+2RO1AAAG6o9tA (envelope-from ) for ; Fri, 08 Sep 2023 23:04:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EAE32CBFC for ; Fri, 8 Sep 2023 23:04:22 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mH527lPg; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694207063; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=lhafqwD2pm/zJ6keIJXGd54umSJ/ag4aTIsgyYWMK0Y=; b=fGaE8/6fqAD1C8z45q/6em5fB23ZKDPK8Gh6/GSNNzmo9w/OjzG1eokwwwLEpPZdHm+Qqn 4Sk25OJneIbKsXu64kOkKhyCYXoAeKYjwbOpA/r9C9TTp38pDSo1FttVonQFZvNXKaJRh0 J4LMwaXX1rpCGzCtQDmSoN+RbFlQn2tvVMme2VV14IZQ1VGElbXRPkDMvoIQ55h2lPg9vV Ajju4YwKUtvkmyw32GwVbKuTlSXzIrHpEkbilgduELXRbP9nZuzm06g+dUsLfArh7lsLAs VGZrzm3kwCIzg6d56il61vMDllDVUEvp/6WAHx5Py1Ca6tywUb1icwpl1FQbTg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694207063; a=rsa-sha256; cv=none; b=RjhSCPDMYFBmr6L6taRTAVuy0HM/1Z4ukCooeZPA9S2ddnG27/5zClrHFoknqvZBsc4Zi+ uyh9V54Q8d++FV0852JDbK73kRaWltNOFqPIHChoyQl6l2GRFtmwiE+OP0aCPqcuVokSQD e15SvdVD3VCIQsfsOmkYjIpLqqtxAsKyxZpll9llpkRqD5/6/KBHg/boTNQ9vpbhtQGCVd W/C6KEaANGukn2g/EaIRYLBH/C2PFuIhZIL6KnKHcg6oFP+W5Wu4BtDEKySwlTmz/m3CbA yENnWzDbbuX4Ai5hlGRl/W9Qev+zflGoJi60jWhstBIMWhy6lEVcFx3FhDtbOQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mH527lPg; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeiWI-0007IF-QB; Fri, 08 Sep 2023 16:56:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeiWG-0007HO-JZ for bug-guix@gnu.org; Fri, 08 Sep 2023 16:56:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qeiWG-0007Ok-9d for bug-guix@gnu.org; Fri, 08 Sep 2023 16:56:00 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qeiWI-0007xt-E7 for bug-guix@gnu.org; Fri, 08 Sep 2023 16:56:02 -0400 Subject: bug#65832: [PATCH] guix: shell: Don't whitelist / by typo in `shell-authorized-directories'. Resent-From: Janneke Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Fri, 08 Sep 2023 20:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65832 X-GNU-PR-Package: guix X-GNU-PR-Keywords: patch To: 65832-done@debbugs.gnu.org Mail-Followup-To: 65832@debbugs.gnu.org, janneke@gnu.org, janneke@gnu.org Received: via spool by 65832-done@debbugs.gnu.org id=D65832.169420651130549 (code D ref 65832); Fri, 08 Sep 2023 20:56:02 +0000 Received: (at 65832-done) by debbugs.gnu.org; 8 Sep 2023 20:55:11 +0000 Received: from localhost ([127.0.0.1]:45755 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeiVS-0007wf-Ov for submit@debbugs.gnu.org; Fri, 08 Sep 2023 16:55:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeiVO-0007w0-BW for 65832-done@debbugs.gnu.org; Fri, 08 Sep 2023 16:55:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeiVG-0006wF-01; Fri, 08 Sep 2023 16:54:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lhafqwD2pm/zJ6keIJXGd54umSJ/ag4aTIsgyYWMK0Y=; b=mH527lPgXI1giDyABDqA qQUE9Hs03OUOXhiM3F4c28Kp2MH4EvS4mahG9ipyVmwNueMOJTIb5+IHL1dpulbIxIyH6fIjfzqbC mLDIw1bPSAWIFNPKl1+Si5NgPzgWDQQxxKQVDbiA3WIxoWYYZ5lWxU9bxUKKKsa+Ms3HDkcU1PSeq lhWLWZN3y+64kT6zFrbg5gfH6ksYyJAXvymKTcA8Mcni693REjdhi17D58ATvReMql4/kRkd0bSLC NTMStm3zTXdGgLb5Xor15ghdVscE0kCWvHMuA7Wxra4RDqBf12U7KHZ+g1yOqnwftg5hCuOEYiGA8 fjPm1v4BjHJgjw==; From: Janneke Nieuwenhuizen Organization: AvatarAcademy.nl References: <87tts4qtko.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Fri, 08 Sep 2023 22:54:54 +0200 In-Reply-To: <87tts4qtko.fsf@gnu.org> (Janneke Nieuwenhuizen's message of "Fri, 08 Sep 2023 22:49:11 +0200") Message-ID: <87ledgqtb5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -2.11 X-Spam-Score: -2.11 X-Migadu-Queue-Id: EAE32CBFC X-TUID: xP/nu2hSs2yS Janneke Nieuwenhuizen writes: Hi! > Title says it all... [..] After discussing with the security team, pushed to master as 1ef4974be94d75d935d98399dcda44199a1fca47 Greetings, Janneke --=20 Janneke Nieuwenhuizen | GNU LilyPond https://LilyPond.org Freelance IT https://www.JoyOfSource.com | Avatar=C2=AE https://AvatarAcade= my.com