[issue20257] test_socket fails if using tipc module and SELinux enabled

2020-07-10 Thread Christian Heimes
Christian Heimes added the comment: The bug report is over six years ago and I haven't seen any TIPC related issues for a while. The test suite has additional guards to skip TIPC tests when the Kernel module is not loaded. -- nosy: +christian.heimes resolution: -> out of date stage:

[issue20257] test_socket fails if using tipc module and SELinux enabled

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20257] test_socket fails if using tipc module and SELinux enabled

2015-03-08 Thread Mark Lawrence
Mark Lawrence added the comment: LGTM so can we have a formal patch review please, thanks. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker ___

[issue20257] test_socket fails if using tipc module and SELinux enabled

2014-01-14 Thread Vajrasky Kok
New submission from Vajrasky Kok: Enable SELinux (by default it is already enabled). Then load tipc module. # modprobe tipc Then using whatever account, execute Lib/test/test_socket.py. You'll get: FAILED (errors=1, skipped=4) Traceback (most recent call last): File "Lib/test/test_socket.py",