public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: enable SCTP peeloff tests on RHEL-9 as appropriate
@ 2026-09-11 13:20 Ondrej Mosnacek
0 siblings, 0 replies; only message in thread
From: Ondrej Mosnacek @ 2026-09-11 13:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 2b3d26150106089e2927bb754e16ca8df0dc052b
Author : Ondrej Mosnacek <omosnace@redhat.com>
Date : 2023-07-21T12:56:13+02:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/2b3d26150106089e2927bb754e16ca8df0dc052b?branch=pr775-checkpolicy-revdeps
Log:
kernel/selinux-testsuite: enable SCTP peeloff tests on RHEL-9 as appropriate
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
---
diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh
index 4170bdd..9a27392 100755
--- a/kernel/selinux-testsuite/runtest.sh
+++ b/kernel/selinux-testsuite/runtest.sh
@@ -391,6 +391,12 @@ rlJournalStart
if kver_ge 4.18.0-372.1.1 && kver_lt 5.14; then
sctp_client_peeloff=1
fi
+ if kver_ge 5.14.0-70.15.1 && kver_lt 5.14.0-71; then
+ sctp_client_peeloff=1
+ fi
+ if kver_ge 5.14.0-84; then
+ sctp_client_peeloff=1
+ fi
if [ "$sctp_client_peeloff" -eq 1 ]; then
rlRun "sed -i 's/5\.18/4.18/g' tests/sctp/test" 0 \
"Fix up kernel version in sctp test"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:20 [tests/selinux] pr775-checkpolicy-revdeps: kernel/selinux-testsuite: enable SCTP peeloff tests on RHEL-9 as appropriate Ondrej Mosnacek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox