From: Stephen Smalley Date: Wed, 9 Nov 2005 05:34:33 +0000 (-0800) Subject: [PATCH] selinux: disable setxattr on mountpoint labeled filesystems X-Git-Tag: v2.6.15-rc1~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a74f3ba8efb394e9a30d6de37566bf03fd3de8;p=pandora-kernel.git [PATCH] selinux: disable setxattr on mountpoint labeled filesystems This patch disables the setting of SELinux xattrs on files created in filesystems labeled via mountpoint labeling (mounted with the context= option). selinux_inode_setxattr already prevents explicit setxattr from userspace on such filesystems, so this provides consistent behavior for file creation. Signed-off-by: Stephen Smalley Signed-off-by: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed