From: Paul Moore Date: Wed, 4 Feb 2015 16:34:30 +0000 (-0500) Subject: selinux: quiet the filesystem labeling behavior message X-Git-Tag: fixes-v4.0-rc1~129^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2088d60e3b2f53d0c9590a0202eeff85b288b1eb;p=pandora-kernel.git selinux: quiet the filesystem labeling behavior message While the filesystem labeling method is only printed at the KERN_DEBUG level, this still appears in dmesg and on modern Linux distributions that create a lot of tmpfs mounts for session handling, the dmesg can easily be filled with a lot of "SELinux: initialized (dev X ..." messages. This patch removes this notification for the normal case but leaves the error message intact (displayed when mounting a filesystem with an unknown labeling behavior). Reported-by: Dave Jones Signed-off-by: Paul Moore --- Reading git-diff-tree failed