import selinux-policy-3.14.3-80.el8_5.2

This commit is contained in:
CentOS Sources 2021-12-16 04:38:46 -05:00 committed by Stepan Oksanichenko
parent 2523996829
commit 78bb608bb7
3 changed files with 13 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-8f56f63.tar.gz
SOURCES/selinux-policy-5e22faf.tar.gz
SOURCES/selinux-policy-contrib-e231b3e.tar.gz

View File

@ -1,3 +1,3 @@
1e65dcb828792d3eba6cf15383ab9da3132e8b8b SOURCES/container-selinux.tgz
672cfe526149ad56c857a79856e769548d9ead8e SOURCES/selinux-policy-8f56f63.tar.gz
f5ad37b9dabd129300229ec0751db35e6d62c332 SOURCES/container-selinux.tgz
75b142d56c6376c30f8590e3807a904fbe307607 SOURCES/selinux-policy-5e22faf.tar.gz
f386b378f3a398fc17dfbaa3acfacbeaeaf5e0b4 SOURCES/selinux-policy-contrib-e231b3e.tar.gz

View File

@ -1,6 +1,6 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 8f56f631a921d043bc8176f7c64a38cd77b48f66
%global commit0 5e22fafd0a9ff7c9980fe25997d1f0e3dacc6486
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# github repo with selinux-policy contrib sources
@ -29,7 +29,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.14.3
Release: 80%{?dist}
Release: 80%{?dist}.2
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -715,6 +715,14 @@ exit 0
%endif
%changelog
* Fri Dec 10 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-80.2
- Allow unconfined_t to node_bind icmp_sockets in node_t domain
Resolves: rhbz#2027691
* Wed Nov 10 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-80.1
- Allow unconfined domains to bpf all other domains
Resolves: rhbz#2015846
* Thu Sep 16 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-80
- Allow rhsmcertd_t dbus chat with anaconda install_t
Resolves: rhbz#2002666