commit | bf781714b3e1421a0ebcd0137d081e6566a89f15 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Sun Oct 04 19:18:50 2015 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Nov 13 20:34:30 2015 -0500 |
tree | 63c53e010b663b46a3eb9db757ce8da0fac75bf3 | |
parent | e282fb7f3bce68089ae2b40c227b015c23764a38 [diff] |
jffs2: Add missing capability check for listing trusted xattrs The vfs checks if a task has the appropriate access for get and set operations, but it cannot do that for the list operation; the file system must check for that itself. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Cc: David Woodhouse <dwmw2@infradead.org> Cc: linux-mtd@lists.infradead.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>