From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id EAFXOBrqEWNKjAAAbAwnHQ (envelope-from ) for ; Fri, 02 Sep 2022 13:33:46 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id wDsDOBrqEWPFggAAauVa8A (envelope-from ) for ; Fri, 02 Sep 2022 13:33:46 +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 C21BF8107 for ; Fri, 2 Sep 2022 13:33:46 +0200 (CEST) Received: from localhost ([::1]:41458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oU4vh-0005dp-Sq for larch@yhetil.org; Fri, 02 Sep 2022 07:33:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oU4jP-0001lG-2A for guix-patches@gnu.org; Fri, 02 Sep 2022 07:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55322) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oU4jO-0007P5-LY for guix-patches@gnu.org; Fri, 02 Sep 2022 07:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oU4jO-00079P-Ew for guix-patches@gnu.org; Fri, 02 Sep 2022 07:21:02 -0400 Subject: bug#57363: [PATCH v2] shepherd: Set #o640 permissions for log file of service in container. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 02 Sep 2022 11:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57363 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 57363-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 57363@debbugs.gnu.org, arunisaac@systemreboot.net, arunisaac@systemreboot.net Received: via spool by 57363-done@debbugs.gnu.org id=D57363.166211765127450 (code D ref 57363); Fri, 02 Sep 2022 11:21:02 +0000 Received: (at 57363-done) by debbugs.gnu.org; 2 Sep 2022 11:20:51 +0000 Received: from localhost ([127.0.0.1]:45069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU4jC-00078g-Oc for submit@debbugs.gnu.org; Fri, 02 Sep 2022 07:20:50 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:39180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oU4j9-00078W-Ik for 57363-done@debbugs.gnu.org; Fri, 02 Sep 2022 07:20:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To: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=x1+QWAd/9LfdrqUA7lY/ZjU+XudnUWx3RClX6DWPAjg=; b=FMAH1ilHJ4NrRrWRMPXY5HEVBe r4m+EMmbxQx4pnmQpL5IEanlnqSk2DW/a/4RFJhkEZaKrJh3K4HnlMHIdvBOr3Dbk/nTQqgUiMUmn wzBsjv0Gyu0p+WsWzEB4szAIivi5Ra94j2KmuZXAjvIgKMEG9odqIrW22c9OK2DMqCQ22s4cXCQvm ufWfVLGQTp1DdTaIq5dLSKf2bBtAdFCsF5grIJ3pa5i00Nwmck0GQOBN6U2yHdDlwNrwgb1+qcMag GWVvE50JynqE06BjEIqfDlRivvLZYfVE1AF0ZZ/YUdqFlLYz6UU9PDewLWO+D/jHvSjZ+61SoJAzl kFTGEahQ==; Received: from [192.168.2.1] (port=7038 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1oU4j5-000Fdj-2I; Fri, 02 Sep 2022 16:50:43 +0530 From: Arun Isaac In-Reply-To: <87ilm6xhb8.fsf@gnu.org> References: <20220829191547.2685-1-arunisaac@systemreboot.net> <87ilm6xhb8.fsf@gnu.org> Date: Fri, 02 Sep 2022 16:50:43 +0530 Message-ID: <87czceuino.fsf@systemreboot.net> 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=1662118426; 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-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=x1+QWAd/9LfdrqUA7lY/ZjU+XudnUWx3RClX6DWPAjg=; b=PCeXiUMg4SP7UHFacGlv+tuYue/gqABJOmUOAlaR6reao3ZGp/07CSFYUVSDOb3l6Wa0Zr HnZ/Ly92mulCkKqeG3A4n9PIOEjimI0KnbIz/Y5xuyudfhlD8UF2av+wvuA8OJumqsIbE4 gD97AnJHhL4WKKyifKXcPDPLvxnWJrbQX/pbOtDu9S46huFBWsv30162nCpiKJ16Fg9PGp hfEPHoAdHecfu08ah3yu6ovaDvl+SH56GVtquIIiekvHX4AYS7SOebpMBkJE7YBi8ugu8v 2wldUR4UXjm4iH8Tcdrec4GEdchFz3wP1XVXnVIiffr65Uq9QPxhP0cfTMwxkA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662118426; a=rsa-sha256; cv=none; b=QY2YtYHg8UaaDeGpCwTqCZZrRR+wiPH+6TjPzbLdE65EbXeM/oPtyYjcBPztm0yWqZMkzJ i+vwqcs1XwaFPvoWP8Q7cQoyjgqMhWJyWQfB16tW7mvMY6AEDB/FeStkhamiwxX+xiHvJF PXibg8823iEQBce0rkSKBQ5/ElnvnE7xxNHdKAYUrBF6v/fua00Cc0GD/JQ73VYAo3r4yv VM5eJ9Z9XuBAkvuDIVuTZthzKnB9XiCSZMUQtDi9XbUcb0LoIwcThvYArl/JfZK7VjueRY grqKnTdKiAh4jwRu/jkjJtNe0M34YjmTuKy0yrvFxuvbC9sesDQ8W0r8ouQDsw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=FMAH1ilH; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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: 7.73 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=FMAH1ilH; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); 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: C21BF8107 X-Spam-Score: 7.73 X-Migadu-Scanner: scn1.migadu.com X-TUID: +4cGQ6RC9RnK >> * gnu/build/shepherd.scm (make-forkexec-constructor/container): Set #o640 >> permissions for log file. > > LGTM! Thanks, pushed! > However, note that =E2=80=98make-forkexec-constructor/container=E2=80=99 = is now > deprecated in favor of (guix least-authority); apparently PageKite and > Jami are the only real users left. Ah, I didn't know. I've been making extensive use of make-forkexec-constructor/container in guix-forge and all my services. Time to switch!