Messages in this thread |  | | | Date | Tue, 26 Apr 2005 13:46:56 +0200 (CEST) | | From | Bodo Eggert <> | | Subject | Re: [PATCH] private mounts |
| |
On Tue, 26 Apr 2005, Jan Hudec wrote: > On Mon, Apr 25, 2005 at 17:17:35 +0200, Bodo Eggert <harvested.in.lkml@posting.7eggert.dyndns.org> wrote:
> > With attachable namespaces, the whole thing should be as simple as > > (pseudocode) > > mknamespace -p users/$UID # (like mkdir -p) > > setnamespace users/$UID # (like cd) > > Well, yes and no. We should probably just have a syscall > int join_namespace(pid_t pid) > which would join the namespace process pid uses. And then have a PAM > session module, that would attach the namespace of the first user's > session (creating new namespace if this is the first session).
This will help for the fuse case, but since namespaces are hierarchical (as I understand them), you can as well make the structure visible and thereby turn a feature for one user into a feature for general use. -- Programming is an art form that fights back. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |