public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Patrik Koncity <pkoncity@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: Don't run lockdown-class test on RHEL-8.x
Date: Fri, 11 Sep 2026 13:19:16 GMT [thread overview]
Message-ID: <178913275691.1.3782375991647003418.tests-selinux-b70174e2e921@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : b70174e2e9215660106cc9cfd0104b6cd178918f
Author : Patrik Koncity <pkoncity@redhat.com>
Date : 2021-07-21T14:55:08+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/b70174e2e9215660106cc9cfd0104b6cd178918f?branch=pr775-checkpolicy-revdeps
Log:
Don't run lockdown-class test on RHEL-8.x
Don't run lockdown-clast test scenario on
RHEL's 8.x machines.
Add conditionals to fix that.
---
diff --git a/selinux-policy/lockdown-class/runtest.sh b/selinux-policy/lockdown-class/runtest.sh
index a8376a2..c008272 100755
--- a/selinux-policy/lockdown-class/runtest.sh
+++ b/selinux-policy/lockdown-class/runtest.sh
@@ -33,6 +33,11 @@
PACKAGE="selinux-policy"
rlJournalStart
+ if rlIsRHEL '<9' ; then
+ rlLog "Not applicable to this OS version."
+ rlJournalEnd
+ exit 0
+ fi
rlPhaseStartSetup
rlRun "rlImport 'selinux-policy/common'"
rlSESatisfyRequires
@@ -61,4 +66,3 @@ rlJournalStart
rlPhaseEnd
rlJournalPrintText
rlJournalEnd
-
reply other threads:[~2026-09-11 13:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178913275691.1.3782375991647003418.tests-selinux-b70174e2e921@fedoraproject.org \
--to=pkoncity@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox