Third round of patches for making it possible to mount with fuse from
within user namespaces. The only change since v2 is the addition of a
patch to ensure real root is capable towards inodes whose uid/gid is
invalid.

Thanks,
Seth


Seth Forshee (4):
  vfs: Check for invalid i_uid in may_follow_link()
  vfs,userns: Ensure real root is always capable towards inodes
  fuse: Translate pids passed to userspace into pid namespaces
  fuse: Add support for mounts from user namespaces

 fs/fuse/dev.c       | 13 +++++++------
 fs/fuse/dir.c       | 46 +++++++++++++++++++++++++++++++++-------------
 fs/fuse/fuse_i.h    |  8 ++++++++
 fs/fuse/inode.c     | 31 +++++++++++++++++++++++--------
 fs/inode.c          |  3 +++
 fs/namei.c          |  2 +-
 kernel/capability.c |  6 +++++-
 7 files changed, 80 insertions(+), 29 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to