From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id +NheKtsxX2LfAwAAbAwnHQ (envelope-from ) for ; Wed, 20 Apr 2022 00:04:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GPZ7KtsxX2J2XwAA9RJhRA (envelope-from ) for ; Wed, 20 Apr 2022 00:04:11 +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 6A9B738FF9 for ; Wed, 20 Apr 2022 00:04:11 +0200 (CEST) Received: from localhost ([::1]:57048 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngvxC-0002yp-7K for larch@yhetil.org; Tue, 19 Apr 2022 18:04:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56330) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngvx4-0002xO-6j for guix-patches@gnu.org; Tue, 19 Apr 2022 18:04:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50460) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ngvx3-0006Bl-Se for guix-patches@gnu.org; Tue, 19 Apr 2022 18:04:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ngvx3-0003iT-Ow for guix-patches@gnu.org; Tue, 19 Apr 2022 18:04:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54997] [PATCH 00/12] Add "least authority" program wrapper Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 19 Apr 2022 22:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 54997@debbugs.gnu.org Received: via spool by 54997-submit@debbugs.gnu.org id=B54997.165040580514240 (code B ref 54997); Tue, 19 Apr 2022 22:04:01 +0000 Received: (at 54997) by debbugs.gnu.org; 19 Apr 2022 22:03:25 +0000 Received: from localhost ([127.0.0.1]:44357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngvwS-0003hc-WA for submit@debbugs.gnu.org; Tue, 19 Apr 2022 18:03:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ngvwR-0003hP-9R for 54997@debbugs.gnu.org; Tue, 19 Apr 2022 18:03:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50190) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngvwM-00068Z-2N; Tue, 19 Apr 2022 18:03:18 -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=CJ5gXqcZrZFWdZXMcYoSNWmNHO0LQO/ou8CL8k78TBU=; b=k9BxHslnlCZu92shbEtZ 5OpLgOYzlQgMhO2kLjhEGBWz2ZhaY3jC0hpNT2k4OnPIGcjSk3m17T4ptUfku7mo5VRAnUlFF6XId hvokT/sbhgE4r5AlVvXuFQUmP98IfcrRFkDjHTNInDGo/sOVHw5mSE2mvM3yojSVC/Q4lE7M+5lAg +10XD5JKv9tuqKVguA7D/26DgHykm1SkUV0AiQUIHxhAfAbT2uPApQmaApANyl6VHglRLlFapadJ8 oHCHhC3Hl2ySvASnh24i7q8DhYaPIxwVW8utYBlu7f2TcJHkHzrz+aaEz1Jd3OcJqF77w9ltlmkWN jqvHbBbVaMLUzA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50721 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngvwL-0002Ef-97; Tue, 19 Apr 2022 18:03:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220417210453.27884-1-ludo@gnu.org> <20220417210453.27884-7-ludo@gnu.org> Date: Wed, 20 Apr 2022 00:03:16 +0200 In-Reply-To: (Maxime Devos's message of "Mon, 18 Apr 2022 11:13:59 +0200") Message-ID: <87y200pw7v.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650405851; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=CJ5gXqcZrZFWdZXMcYoSNWmNHO0LQO/ou8CL8k78TBU=; b=s+snIt0S1C5hcujohN/ajeVK/bcaZx8iRkiyogWtq7JXNitUZMFsUZtZVM7eRJow1NzdGR XRZF6z82SDHNDq8agWMsdYogkvdq1welQONEyaGgzKfL1L1VBDJHRDXHr3DtwJFYR48E1j MO4lkSaQoAcvS6DM1Integm2azc89ZtpsoOvQrIspaZmIgB5kBBMhdYx0IjYggFDxd8E+G SkxPVwp16p+g62cqDfqDqg82J4Fail4hi9p/oZRsS1q0WXK3LW3WiV0Jw4Qe3qG6u5nNjU sh5NKPxiSiOmX6pTzDWzaPAeBDkqgPCmrIrobVAJKVIz0rmnDGJNqIN9ulKQoQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650405851; a=rsa-sha256; cv=none; b=sdui5SoHR+j1a1QQ1FZ1aZ3k3EV1TkuLo1uA5wUZOL+CGN95RfqweSiQVrgt88o8pIJ/cR K/dmEgGI4f1rhJs+OhhkxhZZe3dr8V/RPktj1sgQ2AXpqYwcggEptGFPUABJwbQHujohXy EoVEOTNCIYfEUareKwUYfb1EstAjRk6Q5MvTNFQ/U9AZ7FKnmOKt4S9undm4hQPO3Rl3Jz DqAMRwGeGdcNK1bLfqu9lRnhAnKvvdAEFpcC/CF39mz97pEeEMYyMw/3ftS2I/xu40ubm6 7+sJyimKjwLHykxU9sLF4sGFEdqR8aDA+A42GlpDe/gztxXTzdrguobEkpwIlw== 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=k9BxHsln; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -5.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=k9BxHsln; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 6A9B738FF9 X-Spam-Score: -5.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: OlIhdGDkkujX Maxime Devos skribis: > Ludovic Court=C3=A8s schreef op zo 17-04-2022 om 23:04 [+0200]: >> +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 (start #~(if (defined? 'make-inetd-constructor) > > This is for compatibility with reconfiguring on old Shepherds I > presume? Yes. > I would add a comment here > > ;; Only use 'make-inetd-constructor' if it exists in the current, > ;; Shepherd, possibly we are reconfiguring on an old Shepherd that > ;; does not yet have 'make-inetd-constructor'. Will do; probably something shorter because the same pattern occurs every time we use Shepherd 0.9 features.