public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: perform the rules check on RHEL-10/CentOS stream 10 only
Date: Fri, 11 Sep 2026 13:23:15 GMT [thread overview]
Message-ID: <178913299545.1.8518365310847280044.tests-selinux-14479be1b9a6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : 14479be1b9a618dbcde4d66c2eb9bd6d084117de
Author : Milos Malik <mmalik@redhat.com>
Date : 2025-08-28T16:36:40+02:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/14479be1b9a618dbcde4d66c2eb9bd6d084117de?branch=pr775-checkpolicy-revdeps
Log:
perform the rules check on RHEL-10/CentOS stream 10 only
Currently, the SELinux denial shown in RHEL-77071 is not reproducible
on RHEL-9 or CentOS stream 9. It makes no sense to check the SELinux
policy rule existence there. The test code relevancy was updated.
---
diff --git a/selinux-policy/fapolicyd-and-similar/runtest.sh b/selinux-policy/fapolicyd-and-similar/runtest.sh
index 90f3d2f..8b359e8 100755
--- a/selinux-policy/fapolicyd-and-similar/runtest.sh
+++ b/selinux-policy/fapolicyd-and-similar/runtest.sh
@@ -114,7 +114,9 @@ rlJournalStart
rlPhaseEnd
rlPhaseStartTest "RHEL-77071"
- rlSESearchRule "allow fapolicyd_t systemd_machined_t : unix_stream_socket { connectto } [ ]"
+ if rlIsCentOS 10 || rlIsRHEL 10 ; then
+ rlSESearchRule "allow fapolicyd_t systemd_machined_t : unix_stream_socket { connectto } [ ]"
+ fi
rlRun "service systemd-machined start"
rlRun "service systemd-machined status -l"
rlRun "service fapolicyd start"
reply other threads:[~2026-09-11 13:23 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=178913299545.1.8518365310847280044.tests-selinux-14479be1b9a6@fedoraproject.org \
--to=mmalik@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