import selinux-policy-3.14.3-105.el8

This commit is contained in:
CentOS Sources 2022-08-02 22:11:05 +00:00 committed by Stepan Oksanichenko
parent 06f68b9a6f
commit f4a8d98cf7
3 changed files with 15 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-contrib-cd13e4d.tar.gz
SOURCES/selinux-policy-contrib-9a640cb.tar.gz
SOURCES/selinux-policy-e0a8ee2.tar.gz

View File

@ -1,3 +1,3 @@
9b76bfa95fc1323ea6d6f833acad0f53654b813d SOURCES/container-selinux.tgz
25e7d3c8ec84c1b81f6803c341bd0d329d7a1efb SOURCES/selinux-policy-contrib-cd13e4d.tar.gz
557fbb9d2daabadd1603f5565875a4d8f8b8064d SOURCES/container-selinux.tgz
ced28f8d62855517cff5176140d7d04e93bd3908 SOURCES/selinux-policy-contrib-9a640cb.tar.gz
2a4f0892f05eba5d144bd36f7d8fd9423b43d4bf SOURCES/selinux-policy-e0a8ee2.tar.gz

View File

@ -5,7 +5,7 @@
# github repo with selinux-policy contrib sources
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
%global commit1 cd13e4d375d95fcb472eec6692f7b1b372f4e804
%global commit1 9a640cbb8b5658648b4866dc968acdd34de71bc8
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
%define distro redhat
@ -29,7 +29,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.3
Release: 104%{?dist}
Release: 105%{?dist}
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -717,6 +717,16 @@ exit 0
%endif
%changelog
* Fri Jul 29 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-105
- Do not call systemd_userdbd_stream_connect() for winbind-rpcd
Resolves: rhbz#2108383
- Update winbind_rpcd_t
Resolves: rhbz#2108383
- Allow irqbalance file transition for pid sock_files and directories
Resolves: rhbz#2111916
- Update irqbalance runtime directory file context
Resolves: rhbz#2111916
* Tue Jun 28 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-104
- Update samba-dcerpcd policy for kerberos usage 2
Resolves: rhbz#2096825