]> xenbits.xensource.com Git - people/aperard/linux.git/commit
xfs: add selinux labels to whiteout inodes
authorEric Sandeen <sandeen@redhat.com>
Sat, 9 Jul 2022 17:56:02 +0000 (10:56 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Sat, 9 Jul 2022 17:56:02 +0000 (10:56 -0700)
commit70b589a37e1aba892c1e5d41957b0042f9eb031b
tree4a3ff9d17e8e1ffb3991126f59784e24076812bd
parentfddb564f62aa6fd4c96a0c473526e2f86df95f4b
xfs: add selinux labels to whiteout inodes

We got a report that "renameat2() with flags=RENAME_WHITEOUT doesn't
apply an SELinux label on xfs" as it does on other filesystems
(for example, ext4 and tmpfs.)  While I'm not quite sure how labels
may interact w/ whiteout files, leaving them as unlabeled seems
inconsistent at best. Now that xfs_init_security is not static,
rename it to xfs_inode_init_security per dchinner's suggestion.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_iops.h