From: Paul Moore Date: Tue, 10 Dec 2013 19:58:01 +0000 (-0500) Subject: selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() X-Git-Tag: v3.13-rc4~6^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0828e50485932b7e019df377a6b0a8d1ebd3080;p=pandora-kernel.git selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() Due to difficulty in arriving at the proper security label for TCP SYN-ACK packets in selinux_ip_postroute(), we need to check packets while/before they are undergoing XFRM transforms instead of waiting until afterwards so that we can determine the correct security label. Reported-by: Janak Desai Cc: stable@vger.kernel.org Signed-off-by: Paul Moore --- Reading git-diff-tree failed