public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Therese Cornell <tcornell@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: cups-browsed-and-similar: Ignore specific AVC denial
Date: Fri, 11 Sep 2026 13:23:26 GMT [thread overview]
Message-ID: <178913300612.1.13923083372588619100.tests-selinux-c49440dfb5d9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : tests/selinux
Branch : pr775-checkpolicy-revdeps
Commit : c49440dfb5d98b436ee0c38fbe55045b1cad3b26
Author : Therese Cornell <tcornell@redhat.com>
Date : 2025-11-17T11:16:37-05:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/tests/selinux/c/c49440dfb5d98b436ee0c38fbe55045b1cad3b26?branch=pr775-checkpolicy-revdeps
Log:
cups-browsed-and-similar: Ignore specific AVC denial
on RHEL/centos-9 due to RHEL-47401
---
diff --git a/selinux-policy/cups-browsed-and-similar/runtest.sh b/selinux-policy/cups-browsed-and-similar/runtest.sh
index fc6e607..f6235dd 100755
--- a/selinux-policy/cups-browsed-and-similar/runtest.sh
+++ b/selinux-policy/cups-browsed-and-similar/runtest.sh
@@ -94,7 +94,12 @@ rlJournalStart
rlPhaseStartCleanup
sleep 2
- rlSECheckAVC
+ # Ignore specific avc denial on rhel-9 due to RHEL-47401
+ if rlIsRHEL 9 || rlIsCentOS 9; then
+ rlSECheckAVC --ignore 'type=AVC.*comm=cups-browsed.*name=lpoptions.*scontext=.*:cupsd_t:.*tcontext=.*:admin_home_t:.*tclass=file'
+ else
+ rlSECheckAVC
+ fi
rlFileRestore
rlServiceRestore ${SERVICE_NAME}
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=178913300612.1.13923083372588619100.tests-selinux-c49440dfb5d9@fedoraproject.org \
--to=tcornell@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