2014-07-28 00:11:26

by Steven Stewart-Gallus

[permalink] [raw]
Subject: Bug 24912 - I think this one fell through the cracks a bit

Hello,

I think that bug 2491 at
https://bugzilla.kernel.org/show_bug.cgi?id=24912 sort of fell through
the cracks and I'm not sure as many people are aware of it as there
could be. This bug is that one can't mount bind mounts readonly but
can only remount them readonly which is insufficient for recursive
bind mounts and certain kinds of sandboxing. Also the bind mount fails
silenty without giving an error which is never a good idea.


2014-07-28 05:43:26

by Nicholas Krause

[permalink] [raw]
Subject: Re: Bug 24912 - I think this one fell through the cracks a bit

On Sun, Jul 27, 2014 at 8:11 PM, Steven Stewart-Gallus
<[email protected]> wrote:
> Hello,
>
> I think that bug 2491 at
> https://bugzilla.kernel.org/show_bug.cgi?id=24912 sort of fell through
> the cracks and I'm not sure as many people are aware of it as there
> could be. This bug is that one can't mount bind mounts readonly but
> can only remount them readonly which is insufficient for recursive
> bind mounts and certain kinds of sandboxing. Also the bind mount fails
> silenty without giving an error which is never a good idea.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

Steven,
It's late now but I will look into this tomorrow and see if I can
trace the issue
and may be write a solution.
Cheers Nick