From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oBXDCfy+aF/pdQAA0tVLHw (envelope-from ) for ; Mon, 21 Sep 2020 14:55:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 2IWrBfy+aF+BFAAA1q6Kng (envelope-from ) for ; Mon, 21 Sep 2020 14:55:56 +0000 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 A65E9940215 for ; Mon, 21 Sep 2020 14:55:55 +0000 (UTC) Received: from localhost ([::1]:50106 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kKNEQ-0006Cj-I7 for larch@yhetil.org; Mon, 21 Sep 2020 10:55:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKN4s-0007d3-F2 for guix-devel@gnu.org; Mon, 21 Sep 2020 10:46:03 -0400 Received: from mail-40140.protonmail.ch ([185.70.40.140]:28277) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kKN4p-0006Pb-I8 for guix-devel@gnu.org; Mon, 21 Sep 2020 10:46:01 -0400 Date: Mon, 21 Sep 2020 14:45:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1600699555; bh=y/6JMumc06Pf6DJ6ZD54Rm6v1LsKMkPelSMH84cC9kc=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=IhvuxSuyAzoitAgRYcmmwx+86cS2fEppZ6mv4iHxcvi2cWV4ZaeXV23h/Tsnvqrrc YilBBkoNf5PrMopPOl+7wM9G84bRzQk83bOKGEh+PwC2RjKYH+Y7xdiP9kwJcjsDQT TKkIqyRF1VKwfXhjsL6u3zsQyIDXr/8B67/WfeWw= To: Ricardo Wurmus From: Buttery Pancake Cc: "guix-devel@gnu.org" Subject: Re: Guix Paths Message-ID: In-Reply-To: <87wo0nsdae.fsf@elephly.net> References: <87wo0nsdae.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.140; envelope-from=butterypancake@protonmail.com; helo=mail-40140.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/21 10:45:56 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 21 Sep 2020 10:55:07 -0400 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Buttery Pancake Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=IhvuxSuy; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: oSe5HAez4QBi > which need to be user-writable, whereas the rest of /gnu only need to be > writable by the daemon. This means that we end up mounting the same > directories more than once with different permissions. Yes. As default, wouldn't it be better to use `/guix/guix-var-stuff` instea= d of `/var/guix/guix-var-stuff`? Also, bringing `/run/guix-other-stuff` und= er `/guix/guix-other-stuff`. This way, `/gnu` and `/guix` will be unique and be easily tracked, backed-u= p, snap-shot, mounted-separately or won't interfere with other stuffs on fi= le-system (like ever).