]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 24 Aug 2016 16:47:05 +0000 (11:47 -0500)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 20 Feb 2017 03:57:58 +0000 (20:57 -0700)
commit564a1c442623aa574a0a5e7e639a92b53b2865c3
treedd75a3168ae3ec1565f9b86e463c595c6f086f4d
parentd227c94cce7e160a84db96731afbc53f2297b3ac
UBUNTU: SAUCE: (namespace) fuse: Translate ids in posix acl xattrs

Fuse currently lacks comprehensive support for posix ACLs, but
some fuse filesystems process the acl xattrs internally. For this
to continue to work the ids within the xattrs need to be mapped
into s_user_ns when written to the filesystem and mapped from
s_user_ns when read.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/fuse/xattr.c