From: Eric Paris Date: Mon, 10 Jul 2006 11:43:53 +0000 (-0700) Subject: [PATCH] SELinux: decouple fscontext/context mount options X-Git-Tag: v2.6.18-rc2~247 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c312feb2931ded0582378712727b7ea017a951bd;p=pandora-kernel.git [PATCH] SELinux: decouple fscontext/context mount options Remove the conflict between fscontext and context mount options. If context= is specified without fscontext it will operate just as before, if both are specified we will use mount point labeling and all inodes will get the label specified by context=. The superblock will be labeled with the label of fscontext=, thus affecting operations which check the superblock security context, such as associate permissions. Signed-off-by: Eric Paris Acked-by: Stephen Smalley Signed-off-by: James Morris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed