From: Paul Moore Date: Wed, 3 Sep 2014 14:51:59 +0000 (-0400) Subject: selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute() X-Git-Tag: fixes-against-v3.18-rc2~106^2~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a91a1928fe69cc98814cb746d5171ae14d757e;p=pandora-kernel.git selinux: fix a problem with IPv6 traffic denials in selinux_ip_postroute() A previous commit c0828e50485932b7e019df377a6b0a8d1ebd3080 ("selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute()") mistakenly left out a 'break' from a switch statement which caused problems with IPv6 traffic. Thanks to Florian Westphal for reporting and debugging the issue. Reported-by: Florian Westphal Signed-off-by: Paul Moore --- Reading git-diff-tree failed