selinux/kernel/connect_AF_UNSPEC/main.fmf
Ondrej Mosnacek ef2646911d
Port kernel tests from downstream
Forward-port of downstream kernel tests that haven't been upstreamed
yet, manually converted to TMT.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
2022-09-13 14:24:47 +02:00

25 lines
695 B
Text

summary: Test connect(AF_UNSPEC) behavior
description: |
Ensure that connect(AF_UNSPEC) (should disconnect a connected socket)
works correctly under SELinux.
contact: Ondrej Mosnacek <omosnace@redhat.com>
component:
- kernel
framework: beakerlib
require:
- gcc
- nc
- strace
duration: 5m
tier: 2
enabled: true
adjust:
- enabled: false
when: distro ~< rhel-8.1
because: RHEL-8.0 is not expected to have the bug fixed
- enabled: false
when: distro ~< rhel-7.9
because: RHEL-7.8 and below are not expected to have the bug fixed
link:
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1707828
- verifies: https://bugzilla.redhat.com/show_bug.cgi?id=1886305