From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE91EC3DA6F for ; Wed, 23 Aug 2023 22:40:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238721AbjHWWjv (ORCPT ); Wed, 23 Aug 2023 18:39:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238793AbjHWWjn (ORCPT ); Wed, 23 Aug 2023 18:39:43 -0400 X-Greylist: delayed 576 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Wed, 23 Aug 2023 15:39:41 PDT Received: from cavan.codon.org.uk (cavan.codon.org.uk [176.126.240.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2E7610D9; Wed, 23 Aug 2023 15:39:41 -0700 (PDT) Received: by cavan.codon.org.uk (Postfix, from userid 1000) id B12C840716; Wed, 23 Aug 2023 23:30:01 +0100 (BST) Date: Wed, 23 Aug 2023 23:30:01 +0100 From: Matthew Garrett To: Ard Biesheuvel Cc: Jiao Zhou , Peter Jones , linux-fsdevel@vger.kernel.org, Jeremy Kerr , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kernel: Add Mount Option For Efivarfs Message-ID: References: <20230822162350.1.I96423a31e88428004c2f4a28ccad13828adf433e@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Wed, Aug 23, 2023 at 06:30:12PM +0200, Ard Biesheuvel wrote: > (cc Peter and Matthew) > > On Tue, 22 Aug 2023 at 18:24, Jiao Zhou wrote: > > > > Add uid and gid in efivarfs's mount option, so that > > we can mount the file system with ownership. This approach > > is used by a number of other filesystems that don't have > > native support for ownership > > > > Signed-off-by: Jiao Zhou No inherent objection, but what's the use case?