Searched hist:"0 d4d717f25834134bb6f43284f84c8ccee5bbf2a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/9p/ |
H A D | acl.c | diff 0d4d717f25834134bb6f43284f84c8ccee5bbf2a Mon Jun 27 16:04:06 CDT 2016 Eric W. Biederman <ebiederm@xmission.com> vfs: Verify acls are valid within superblock's s_user_ns.
Update posix_acl_valid to verify that an acl is within a user namespace.
Update the callers of posix_acl_valid to pass in an appropriate user namespace. For posix_acl_xattr_set and v9fs_xattr_set_acl pass in inode->i_sb->s_user_ns to posix_acl_valid. For md_unpack_acl pass in &init_user_ns as no inode or superblock is in sight.
Acked-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/include/linux/ |
H A D | posix_acl.h | diff 0d4d717f25834134bb6f43284f84c8ccee5bbf2a Mon Jun 27 16:04:06 CDT 2016 Eric W. Biederman <ebiederm@xmission.com> vfs: Verify acls are valid within superblock's s_user_ns.
Update posix_acl_valid to verify that an acl is within a user namespace.
Update the callers of posix_acl_valid to pass in an appropriate user namespace. For posix_acl_xattr_set and v9fs_xattr_set_acl pass in inode->i_sb->s_user_ns to posix_acl_valid. For md_unpack_acl pass in &init_user_ns as no inode or superblock is in sight.
Acked-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/openbmc/linux/fs/ |
H A D | posix_acl.c | diff 0d4d717f25834134bb6f43284f84c8ccee5bbf2a Mon Jun 27 16:04:06 CDT 2016 Eric W. Biederman <ebiederm@xmission.com> vfs: Verify acls are valid within superblock's s_user_ns.
Update posix_acl_valid to verify that an acl is within a user namespace.
Update the callers of posix_acl_valid to pass in an appropriate user namespace. For posix_acl_xattr_set and v9fs_xattr_set_acl pass in inode->i_sb->s_user_ns to posix_acl_valid. For md_unpack_acl pass in &init_user_ns as no inode or superblock is in sight.
Acked-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|