SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

BUG: fix corner case in SCTP asconf test #58

Closed WOnder93 closed 5 years ago

WOnder93 commented 5 years ago

If a machine happens to have two interfaces with the same IP address assigned, then the ASCONF tests are run even though they cannot work in such case. Fix this by ensuring that the two addresses are different before enabling the ASCONF tests.