From 671fa7cf9ea52fcb8b57adafb2172aebafd40285 Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Mon, 24 Aug 2026 14:08:40 +0200 Subject: [PATCH] Exclude tabrmd.if from interfaces list The commit addresses the following issue: rpm -ql tpm2-abrmd-selinux ... /usr/share/selinux/devel/include/contrib/tabrmd.if while it should be /usr/share/selinux/devel/include/distributed/tabrmd.if Resolves: RHEL-247190 --- changelog | 4 ++++ selinux-policy.spec | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 88d32c2e..d16799b4 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +* Mon Aug 24 2026 Zdenek Pytela - 42.1.27-2 +- Exclude tabrmd.if from interfaces list +Resolves: RHEL-247190 + * Fri Aug 21 2026 Zdenek Pytela - 42.1.27-1 - Label malware-detection-config.yml with insights_client_etc_rw_t Resolves: RHEL-176040 diff --git a/selinux-policy.spec b/selinux-policy.spec index 280daffa..4c56e2a4 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -21,7 +21,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 42.1.27 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Source1: Makefile.devel @@ -159,6 +159,7 @@ and some additional files. %dir %{_datadir}/selinux/devel/include %{_datadir}/selinux/devel/include/* %exclude %{_datadir}/selinux/devel/include/contrib/container.if +%exclude %{_datadir}/selinux/devel/include/contrib/tabrmd.if %dir %{_datadir}/selinux/devel/html %{_datadir}/selinux/devel/html/*html %{_datadir}/selinux/devel/html/*css