commit | bf3ee71363c0b44acb62f375aea470262ac4210a | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 29 17:48:43 2016 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Oct 07 20:10:44 2016 -0400 |
tree | fc1acb8831c47a2e94f6182feaca33ac0d31fe45 | |
parent | 5d6c31910bc0713e37628dc0ce677dcb13c8ccf4 [diff] |
vfs: Check for the IOP_XATTR flag in listxattr When an inode doesn't support xattrs, turn listxattr off as well. (When xattrs are "turned off", the VFS still passes security xattr operations through to security modules, which can still expose inode security labels that way.) Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>