Re: [PATCHv2 1/5] VFS: DazukoFS, stackable-fs, file access control

From: Al Viro
Date: Fri Feb 13 2009 - 15:25:35 EST


On Fri, Feb 13, 2009 at 09:00:36PM +0100, Jan Engelhardt wrote:

> You could write an additional mount helper (and putting that into
> /sbin/mount.dazukofs) that does all the security checks:
>
> - that the device is the same as mountpoint
> - that the device belonging to the underlying '/mnt' is not
> mounted anywhere else (in this namespace, at least)
> - exit(1) otherwise
>
> Sure, it may not protect against all the cases Al can come up with,
> but it is better than having nothing.

It's still racy, at the very least. Folks, seriously, you can not
rely on the underlying tree being inaccessible elsewhere. Anything
that does stacking has to cope with that possibility; it's not
bypassable by userland helpers.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/