commit | 54abc686c2d111e98228943a7e1e51cc256e35d9 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Nov 08 10:54:07 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 08 20:56:38 2015 -0500 |
tree | 5ce71817a67798bdd4a669a63b110d83952c2feb | |
parent | fb9a10d9d8552acf6f9dee2ecb2d047777821d8b [diff] |
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid() Generalize selinux_skb_sk() added in commit 212cd0895330 ("selinux: fix random read in selinux_ip_postroute_compat()") so that we can use it other contexts. Use it right away in selinux_netlbl_skbuff_setsid() Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead of listener") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>