Revision 655042cc1406fcec20aa7ffd7d790ada18ac5211 authored by Vivek Goyal on 14 October 2016, 01:03:36 UTC, committed by Al Viro on 15 October 2016, 00:00:34 UTC
ovl_fill_super calls ovl_new_inode to create a root inode for the new
superblock before initializing sb->s_xattr.  This wrongly causes
IOP_XATTR to be cleared in i_opflags of the new inode, causing SELinux
to log the following message:

  SELinux: (dev overlay, type overlay) has no xattr support

Fix this by initializing sb->s_xattr and similar fields before calling
ovl_new_inode.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent ffecee4
History
File Mode Size
Kconfig -rw-r--r-- 827 bytes
Makefile -rw-r--r-- 416 bytes
afs.h -rw-r--r-- 5.7 KB
afs_cm.h -rw-r--r-- 1.2 KB
afs_fs.h -rw-r--r-- 2.3 KB
afs_vl.h -rw-r--r-- 3.6 KB
cache.c -rw-r--r-- 10.8 KB
callback.c -rw-r--r-- 11.3 KB
cell.c -rw-r--r-- 10.3 KB
cmservice.c -rw-r--r-- 13.8 KB
dir.c -rw-r--r-- 25.9 KB
file.c -rw-r--r-- 8.6 KB
flock.c -rw-r--r-- 15.7 KB
fsclient.c -rw-r--r-- 41.8 KB
inode.c -rw-r--r-- 12.3 KB
internal.h -rw-r--r-- 30.9 KB
main.c -rw-r--r-- 4.4 KB
misc.c -rw-r--r-- 2.8 KB
mntpt.c -rw-r--r-- 6.3 KB
netdevices.c -rw-r--r-- 1.5 KB
proc.c -rw-r--r-- 14.9 KB
rxrpc.c -rw-r--r-- 18.7 KB
security.c -rw-r--r-- 8.9 KB
server.c -rw-r--r-- 7.9 KB
super.c -rw-r--r-- 12.5 KB
vlclient.c -rw-r--r-- 5.3 KB
vlocation.c -rw-r--r-- 17.4 KB
vnode.c -rw-r--r-- 24.1 KB
volume.c -rw-r--r-- 9.9 KB
write.c -rw-r--r-- 17.7 KB

back to top