commit | 0b1f24e6db9a60c1f68117ad158ea29faa7c3a7f | [log] [tgz] |
---|---|---|
author | Paul Moore <pmoore@redhat.com> | Tue Dec 03 11:39:13 2013 -0500 |
committer | Paul Moore <pmoore@redhat.com> | Wed Dec 04 16:08:27 2013 -0500 |
tree | 3720295706f668b9a8f6e5d754ec0a7bcbe9e14e | |
parent | 050d032b25e617cd738db8d6fd5aed24d87cbbcb [diff] |
selinux: pull address family directly from the request_sock struct We don't need to inspect the packet to determine if the packet is an IPv4 packet arriving on an IPv6 socket when we can query the request_sock directly. Signed-off-by: Paul Moore <pmoore@redhat.com>