public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stepan Broz <sbroz@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: dhcpcd-and-similar: Adjust relevancy of RHEL-15326
Date: Fri, 11 Sep 2026 13:22:45 GMT [thread overview]
Message-ID: <178913296514.1.7441887072050158367.tests-selinux-c7f2624eb5e2@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : c7f2624eb5e2772f4ffd60c9a2062de5c69eb576
Author : Stepan Broz <sbroz@redhat.com>
Date : 2025-05-05T15:06:43+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/c7f2624eb5e2772f4ffd60c9a2062de5c69eb576?branch=pr775-checkpolicy-revdeps
Log:
dhcpcd-and-similar: Adjust relevancy of RHEL-15326
Do not test RHEL-15326 on RHEL-9.3 or lower RHEL-9.
---
diff --git a/selinux-policy/dhcpcd-and-similar/runtest.sh b/selinux-policy/dhcpcd-and-similar/runtest.sh
index 38218ea..c856c12 100755
--- a/selinux-policy/dhcpcd-and-similar/runtest.sh
+++ b/selinux-policy/dhcpcd-and-similar/runtest.sh
@@ -85,7 +85,7 @@ rlJournalStart
rlSESearchRule "allow dhcpc_t dhcpc_var_run_t : sock_file { create unlink }"
rlPhaseEnd
- if rlIsRHEL 9 || rlIsCentOS 9 ; then
+ if ( rlIsRHEL 9 && rlIsRHEL ">9.3" ) || rlIsCentOS 9 ; then
rlPhaseStartTest "RHEL-15326"
rlSESearchRule "allow dhcpc_t dhcpc_t : capability2 { bpf } [ ]"
rlPhaseEnd
reply other threads:[~2026-09-11 13:22 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=178913296514.1.7441887072050158367.tests-selinux-c7f2624eb5e2@fedoraproject.org \
--to=sbroz@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