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
This commit is contained in:
parent
3a0cd3651f
commit
671fa7cf9e
@ -1,3 +1,7 @@
|
||||
* Mon Aug 24 2026 Zdenek Pytela <zpytela@redhat.com> - 42.1.27-2
|
||||
- Exclude tabrmd.if from interfaces list
|
||||
Resolves: RHEL-247190
|
||||
|
||||
* Fri Aug 21 2026 Zdenek Pytela <zpytela@redhat.com> - 42.1.27-1
|
||||
- Label malware-detection-config.yml with insights_client_etc_rw_t
|
||||
Resolves: RHEL-176040
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user