Re: [PATCH] userns: Support fuse interacting with multiple user namespaces

2012-11-12 Thread Eric W. Biederman
Miklos Szeredi writes: > ebied...@xmission.com (Eric W. Biederman) writes: > >> Use kuid_t and kgid_t in struct fuse_conn and struct fuse_mount_data. >> >> The connection between between a fuse filesystem and a fuse daemon is >> established when a fuse filesystem is mounted and provided with a fi

Re: [PATCH] userns: Support fuse interacting with multiple user namespaces

2012-11-12 Thread Miklos Szeredi
ebied...@xmission.com (Eric W. Biederman) writes: > Use kuid_t and kgid_t in struct fuse_conn and struct fuse_mount_data. > > The connection between between a fuse filesystem and a fuse daemon is > established when a fuse filesystem is mounted and provided with a file > descriptor the fuse daemon

[PATCH] userns: Support fuse interacting with multiple user namespaces

2012-10-30 Thread Eric W. Biederman
Use kuid_t and kgid_t in struct fuse_conn and struct fuse_mount_data. The connection between between a fuse filesystem and a fuse daemon is established when a fuse filesystem is mounted and provided with a file descriptor the fuse daemon created by opening /dev/fuse. For now restrict the communi