Re: [PATCH v2] xattr: Enable security.capability in user namespaces

From: Mimi Zohar
Date: Fri Jul 14 2017 - 15:44:07 EST


On Fri, 2017-07-14 at 15:29 -0400, Theodore Ts'o wrote:
> On Fri, Jul 14, 2017 at 02:48:10PM -0400, Mimi Zohar wrote:
> >
> > If I'm understanding the discussion correctly, this isn't an issue for
> > layered copy on write filesystems, as each fs layer could have it's
> > own set of xattrs. ÂThe underlying and layered xattrs should be able
> > to co-exist. ÂUse the layered xattr if it exists, but fall back to
> > using the underlying xattr if it doesn't.
>
> Note that this assumes that it is possible to "copy up" the xattrs
> without necessarily "copying up" all of the data blocks. This might
> be true for some layers, but I don't believe it is currently true for
> overlayfs, for example.

Ok, so for the use case scneario where the container owner is willing
to use the public key distributed with the files, then only those
files that are new or modified in the overlay would need to be signed
with a key local to the overlay. ÂIn the worst case scenario, where
the container owner is only willing to trust their own public key, I
guess we can live with having to copy up the files.

Mimi