Re: [RFC][PATCH] rbind across namespaces

From: Miklos Szeredi
Date: Tue May 24 2005 - 12:57:55 EST


> So you'd say 'mount /dev/foo /proc/self/fd/4' if 4 was an fd pointing to
> a directory in another namespace?
>
> That does require proc_check_root be removed. :\

Or just make an exception to self?

proc_check_root() could begin with:

if (current == proc_task(inode))
return 0;

For all other tasks it would still be effective.

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