[PATCH v3 3/3] fs: store real path instead of fake path in backing file f_path

Amir Goldstein amir73il at gmail.com
Tue Oct 10 15:22:37 UTC 2023


On Tue, Oct 10, 2023 at 4:34 PM Miklos Szeredi <miklos at szeredi.hu> wrote:
>
> On Tue, 10 Oct 2023 at 15:17, Amir Goldstein <amir73il at gmail.com> wrote:
>
> > Sorry, you asked about ovl mount.
> > To me it makes sense that if users observe ovl paths in writable mapped
> > memory, that ovl should not be remounted RO.
> > Anyway, I don't see a good reason to allow remount RO for ovl in that case.
> > Is there?
>
> Agreed.
>
> But is preventing remount RO important enough to warrant special
> casing of backing file in generic code?  I'm not convinced either
> way...

I prefer correctness and I doubt that the check
   if (unlikely(f->f_mode & FMODE_BACKING))
is worth optimizing.

but I will let Christian make the final call.

Thanks,
Amir.



More information about the Linux-security-module-archive mailing list