From: James Morris Date: Sat, 16 Apr 2005 22:24:03 +0000 (-0700) Subject: [PATCH] SELinux: fix bug in Netlink message type detection X-Git-Tag: v2.6.12-rc3~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388c69789a2a2e50965e805e3e641418082b352c;p=pandora-kernel.git [PATCH] SELinux: fix bug in Netlink message type detection This patch fixes a bug in the SELinux Netlink message type detection code, where the wrong constant was being used in a case statement. The incorrect value is not valid for this class of object so it would not have been reached, and fallen through to a default handler for all Netlink messages. Signed-off-by: James Morris Signed-off-by: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed