Re: DoS with unprivileged mounts

From: Rob Landley
Date: Thu Aug 15 2013 - 17:23:52 EST


On 08/14/2013 12:42:19 PM, Miklos Szeredi wrote:
There's a simple and effective way to prevent unlink(2) and rename(2)
from operating on any file or directory by simply mounting something
on it. In any mount instance in any namespace.

Was this considered in the unprivileged mount design?

The solution is also theoretically simple: mounts in unpriv namespaces
are marked "volatile" and are dissolved on an unlink type operation.

Such volatile mounts would be useful in general too.

Would that "anonymous inode" thing that wandered by recently help, letting umount move the mount to one side so you could keep the mount point as the root of your per-process hierarchy but not have it glued to other people's namespaces?

Rob--
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/