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-- 4.1 KB
Makefile -rw-r--r-- 426 bytes
dir.c -rw-r--r-- 30.9 KB
file.c -rw-r--r-- 5.8 KB
getopt.c -rw-r--r-- 1.8 KB
getopt.h -rw-r--r-- 367 bytes
inode.c -rw-r--r-- 27.2 KB
ioctl.c -rw-r--r-- 22.7 KB
mmap.c -rw-r--r-- 2.8 KB
ncp_fs.h -rw-r--r-- 2.8 KB
ncp_fs_i.h -rw-r--r-- 571 bytes
ncp_fs_sb.h -rw-r--r-- 5.0 KB
ncplib_kernel.c -rw-r--r-- 32.4 KB
ncplib_kernel.h -rw-r--r-- 6.8 KB
ncpsign_kernel.c -rw-r--r-- 3.6 KB
ncpsign_kernel.h -rw-r--r-- 700 bytes
sock.c -rw-r--r-- 22.5 KB
symlink.c -rw-r--r-- 4.2 KB

back to top