public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Miklos Szeredi <miklos@szeredi.hu>
Cc: NeilBrown <neilb@suse.com>,
	"Andreas Gruenbacher" <agruenba@redhat.com>,
	"Andreas Grünbacher" <andreas.gruenbacher@gmail.com>,
	"Patrick Plagwitz" <Patrick_Plagwitz@web.de>,
	"linux-unionfs@vger.kernel.org" <linux-unionfs@vger.kernel.org>,
	"Linux NFS list" <linux-nfs@vger.kernel.org>,
	"Linux FS-devel Mailing List" <linux-fsdevel@vger.kernel.org>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir
Date: Tue, 7 May 2019 19:51:15 -0400	[thread overview]
Message-ID: <20190507235115.GB16853@fieldses.org> (raw)
In-Reply-To: <CAJfpegv-0mUs=XRgerxR_Zz_MvYuDvb95v0QZeBUcHNnenusnw@mail.gmail.com>

On Tue, May 07, 2019 at 04:07:21AM -0400, Miklos Szeredi wrote:
> On Fri, May 3, 2019 at 11:35 AM J. Bruce Fields <bfields@fieldses.org> wrote:
> >
> > On Thu, May 02, 2019 at 12:02:33PM +1000, NeilBrown wrote:
> 
> > >  Silently not copying the ACLs is probably not a good idea as it might
> > >  result in inappropriate permissions being given away.  So if the
> > >  sysadmin wants this (and some clearly do), they need a way to
> > >  explicitly say "I accept the risk".
> >
> > So, I feel like silently copying ACLs up *also* carries a risk, if that
> > means switching from server-enforcement to client-enforcement of those
> > permissions.
> 
> That's not correct: permissions are checked on the overlay layer,
> regardless of where the actual file resides.  For filesystems using a
> server enforced permission model that means possibly different
> permissions for accesses through overlayfs than for accesses without
> overlayfs.  Apparently this is missing from the documentation and
> definitely needs to be added.

Well, we did have a thread on this pretty recently, I think, and I'm
just not remembering the conclusion.  Yes, it'd be nice to have this
documented.

In the case of NFSv4 ACLs, we not only lack storage for them, we don't
even have code to evaluate them.

--b.

> So I think it's perfectly fine to allow copying up ACLs, as long as
> the ACL is representable on the upper fs.  If that cannot be ensured,
> then the only sane thing to do is to disable ACL checking across the
> overlay ("noacl" option).

      reply	other threads:[~2019-05-07 23:51 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05  0:51 [PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir Patrick Plagwitz
2016-12-05  9:28 ` Miklos Szeredi
     [not found]   ` <CAJfpeguwUtRWRGmNmimNp-FXzWqMCCQMb24iWPu0w_J0_rOnnw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-05 15:19     ` J. Bruce Fields
2016-12-05 15:36       ` Miklos Szeredi
2016-12-05 16:25         ` J. Bruce Fields
2016-12-05 18:25           ` Patrick Plagwitz
     [not found]           ` <20161205162559.GB17517-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>
2016-12-05 19:37             ` Andreas Grünbacher
2016-12-05 22:58               ` Patrick Plagwitz
     [not found]                 ` <266c571f-e4e2-7c61-5ee2-8ece0c2d06e9-S0/GAf8tV78@public.gmane.org>
2016-12-05 23:19                   ` Andreas Grünbacher
2016-12-05 23:24                     ` Andreas Grünbacher
2016-12-06 10:08                       ` Miklos Szeredi
     [not found]                         ` <CAJfpegvRFGOc31gVuYzanzWJ=mYSgRgtAaPhYNxZwHin3Wc0Gw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-06 13:18                           ` Andreas Gruenbacher
     [not found]                             ` <CAHc6FU4JQ28BFZE9_8A06gtkMvvKDzFmw9=ceNPYvnMXEimDMw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-12-06 18:58                               ` J. Bruce Fields
2019-05-02  2:02                                 ` NeilBrown
2019-05-02  2:54                                   ` Amir Goldstein
2019-05-02  3:57                                     ` NeilBrown
2019-05-02 14:04                                       ` Andreas Gruenbacher
2019-05-02 14:28                                         ` Miklos Szeredi
2019-05-02 15:08                                           ` Andreas Grünbacher
2019-05-02 17:16                                             ` J. Bruce Fields
2019-05-02 17:53                                               ` Andreas Gruenbacher
2019-05-02 23:04                                           ` NeilBrown
2019-05-02 23:24                                         ` NeilBrown
2019-05-03  6:54                                           ` Andreas Grünbacher
2019-05-02 17:26                                       ` Goetz, Patrick G
2019-05-02 17:44                                         ` Andreas Gruenbacher
2019-05-02 17:51                                           ` Goetz, Patrick G
2019-05-03 15:27                                             ` J. Bruce Fields
2019-05-03 17:39                                               ` Goetz, Patrick G
2019-05-02  4:35                                   ` [PATCH] OVL: add honoracl=off mount option NeilBrown
2019-05-02  5:08                                     ` Randy Dunlap
2019-05-02 11:46                                     ` Amir Goldstein
2019-05-02 23:19                                       ` NeilBrown
2019-05-02 13:47                                     ` J. R. Okajima
2019-05-03 15:35                                   ` [PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir J. Bruce Fields
2019-05-03 17:26                                     ` Amir Goldstein
2019-05-03 17:31                                       ` J. Bruce Fields
2019-05-03 17:41                                         ` Amir Goldstein
2019-05-03 17:51                                           ` Vivek Goyal
2019-05-07  0:24                                     ` NeilBrown
2019-05-10 20:09                                       ` J. Bruce Fields
2019-09-18  9:07                                         ` Miklos Szeredi
2019-09-18 19:49                                           ` J. Bruce Fields
2019-05-07  8:07                                     ` Miklos Szeredi
2019-05-07 23:51                                       ` J. Bruce Fields [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190507235115.GB16853@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=Patrick_Plagwitz@web.de \
    --cc=agruenba@redhat.com \
    --cc=andreas.gruenbacher@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=linux-unionfs@vger.kernel.org \
    --cc=miklos@szeredi.hu \
    --cc=neilb@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox