From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by passt.top (Postfix, from userid 1000) id 5F4D55A028B; Tue, 10 Jun 2025 17:11:30 +0200 (CEST) From: Stefano Brivio To: passt-dev@passt.top Subject: [PATCH] fedora: Add container-selinux as dependency for passt-selinux Date: Tue, 10 Jun 2025 17:11:30 +0200 Message-ID: <20250610151130.3425150-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: YNHLOQ6PJ4NPRD74LO2IYOXAU5W2M6SV X-Message-ID-Hash: YNHLOQ6PJ4NPRD74LO2IYOXAU5W2M6SV X-MailFrom: sbrivio@passt.top X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Max Chernoff X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Commit 7aeda16a7818 ("selinux: Transition to pasta_t in containers") introduces usage of container_user_r, container_runtime_t, and container_t, which are provided by the container-selinux package. Link: https://bodhi.fedoraproject.org/updates/FEDORA-2025-f454466bb6 Link: https://bugzilla.redhat.com/show_bug.cgi?id=2371159 Fixes: 7aeda16a7818 ("selinux: Transition to pasta_t in containers") Signed-off-by: Stefano Brivio --- contrib/fedora/passt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index e7feaf8..e52f50f 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -38,7 +38,9 @@ requiring any capabilities or privileges. BuildArch: noarch Summary: SELinux support for passt and pasta Requires: selinux-policy-%{selinuxtype} +Requires: container-selinux Requires(post): selinux-policy-%{selinuxtype} +Requires(post): container-selinux Requires(post): policycoreutils Requires(post): libselinux-utils Requires(preun): policycoreutils -- 2.43.0