From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id OAZXJM90Y2W90QAAG6o9tA:P1 (envelope-from ) for ; Sun, 26 Nov 2023 17:39:43 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id OAZXJM90Y2W90QAAG6o9tA (envelope-from ) for ; Sun, 26 Nov 2023 17:39:43 +0100 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 86D115A915 for ; Sun, 26 Nov 2023 17:39:42 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=jKmeoJB5; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1701016783; 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: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=MGjyNN/MtV09Gs/EMGhGfMvzr3w2qNo4bhK3eTswQwE=; b=GK58nobgKKU7SMI629aI12+296wXuwjSfcHvc0bAaqW0AdNlTp2mSwwCILD4tsriRBznf8 Q9rFWZDAgzsH5cfVL7ni7n1tumtLDctGJf96z7Gppi1dC6XC7Bvhoq6W0HL74CFVj4+KvC 0jlBqgKBVV/VWsUdd6nGls33hqApPfL+Pg+XXLWpY/OgCi0N3fS+GHaotea1zg9WV1Z39U e5hDv57C6v0c/4xNFmHMjsLMYuaiHl9wzEGeGmlx63ENHAH3RMsokBgbDLcJ6AC8qhSpCe k265Qg/3Lb6zFjT/Q/skmBh5qaeuXSMTg0+M9OGbk3dr2u544zJsyYpGnNDQGQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=jKmeoJB5; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1701016783; a=rsa-sha256; cv=none; b=Jcw0Po6q0AcZvKSSVcKzHjErJwcmROqDuiTuE2ZWxczvmBfkxdjiTKg4oP5dj4jRJGJiXY ICfaiM8efbEqF38o5/B8PguQPq+FWNKQhdRg59O9bvDYuuD9rX+h0f449BXHtcRNmUEEOE nYzVQyVp1uptGCFAZ5AJxit+SnS9zTRnzJAeztj/jmHvt9qpM8ODxfIoRVl9QxQRBSI0oK FnX90ez3N/iDiuYqjnCLhyUMGqyjTuHzHfr3+/VILvx49uOSG6DSDIuWk2M/hctLr/ugmc oLc3e5NuqaeN6EtS9zi5y6HfjEhDF4XFF6s+9A8GALOk3Tix5ZbnzDHsS/KduA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r7HMU-0005FP-SP; Sun, 26 Nov 2023 10:47:58 -0500 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 1r7HMS-0005ER-Sj for guix-patches@gnu.org; Sun, 26 Nov 2023 10:47:56 -0500 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 1r7HMS-00016s-K6 for guix-patches@gnu.org; Sun, 26 Nov 2023 10:47:56 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r7HMY-0002gM-66 for guix-patches@gnu.org; Sun, 26 Nov 2023 10:48:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67288] [PATCH] services: laminar: Add configuration option for supplementary groups Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 26 Nov 2023 15:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67288 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Thompson, David" Cc: Christopher Baines , Ludovic =?UTF-8?Q?Court=C3=A8s?= , 67288@debbugs.gnu.org Received: via spool by 67288-submit@debbugs.gnu.org id=B67288.170101365410159 (code B ref 67288); Sun, 26 Nov 2023 15:48:02 +0000 Received: (at 67288) by debbugs.gnu.org; 26 Nov 2023 15:47:34 +0000 Received: from localhost ([127.0.0.1]:42580 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7HM6-0002dn-66 for submit@debbugs.gnu.org; Sun, 26 Nov 2023 10:47:34 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]:36696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r7HM2-0002dW-EP for 67288@debbugs.gnu.org; Sun, 26 Nov 2023 10:47:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=MGjyNN/MtV09Gs/EMGhGfMvzr3w2qNo4bhK3eTswQwE=; b=jKmeoJB5XmNpgBbSZDrQ1f8D1o f0UVJ2QJIa3Gv8sE9p/iMoVchTa0qkBAtyU//1d1b5jCkknLJYUNsVL7NlwxXKh0cfWVvLQpNSg4O SOt74aX86dv+DPmMA+k0JD9oV71hfC7VPGLHFiKGQcuAlx9FEOzVY9U+RfKZlEOiDOv8sGU8yo2MH v3+vujXk4Cj2CBSrU5Wt5lQRHk58kdWPxm482j+YS4XByfNiGsyje0B8xZiUIECh9Kn6Q7S9i6e5i tN9QPa7G1yn0qfRJSsnuzGejXao4FV0n6iWhc1BDlmkfVSdFqof6A+MrjKX5FqJlKSuctV1XTEgDi xJGgVNuQ==; Received: from [192.168.2.1] (port=50360 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1r7HLl-002Ah6-2g; Sun, 26 Nov 2023 15:47:14 +0000 From: Arun Isaac In-Reply-To: References: <87leal4zz1.fsf@gnu.org> <87il5pcrjc.fsf@systemreboot.net> Date: Sun, 26 Nov 2023 15:47:10 +0000 Message-ID: <878r6kcy9t.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 5.79 X-Spam-Score: 5.79 X-Migadu-Queue-Id: 86D115A915 X-Migadu-Scanner: mx12.migadu.com X-TUID: Ex1kG1GF3UTV Hi David, > I figured the existing users of this service had something like this > going on. I don't want to make the permissions looser on my own > server, though. In my case, the git repos are for publishing online. So, global read permissions are acceptable. I understand your situation may be different. > but in the short term I think it's fine to do simple things that help > people out even though it's not the "right thing". I agree. Regards, Arun