Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selinux: fix a problem with IPv6 traffic denials in selinux_ip_postro…
…ute() A previous commit c0828e5 ("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 <fwestpha@redhat.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
- Loading branch information