import selinux-policy-3.14.3-77.el8

This commit is contained in:
CentOS Sources 2021-08-24 22:42:18 +00:00 committed by Andrew Lukoshko
parent 5550a28ea8
commit 4c08b05cb2
4 changed files with 21 additions and 16 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-93ca24a.tar.gz
SOURCES/selinux-policy-contrib-9d51d06.tar.gz
SOURCES/selinux-policy-b422cb9.tar.gz
SOURCES/selinux-policy-contrib-5fa0471.tar.gz

View File

@ -1,3 +1,3 @@
4a9a587fa8603d5d1475cfa4b14af977074f0117 SOURCES/container-selinux.tgz
6b106f89917b89eab74bfedbe9b9cf90f2fc7271 SOURCES/selinux-policy-93ca24a.tar.gz
178f844f4df2d469925f77324318a93266eacca6 SOURCES/selinux-policy-contrib-9d51d06.tar.gz
c0b044a86a0e15563d7fe89e29e9a561225d04d1 SOURCES/container-selinux.tgz
8134360c1345ffa270e1e74547a483e11c2eb5d7 SOURCES/selinux-policy-b422cb9.tar.gz
de04b70b22842d36b95fa2df21ef538dede5e749 SOURCES/selinux-policy-contrib-5fa0471.tar.gz

View File

@ -720,13 +720,6 @@ git = module
#
glance = module
# Layer: contrib
# Module: glusterd
#
# policy for glusterd service
#
glusterd = module
# Layer: apps
# Module: gnome
#
@ -2012,7 +2005,7 @@ timidity = off
tmpreaper = module
# Layer: contrib
# Module: glusterd
# Module: tomcat
#
# policy for tomcat service
#

View File

@ -1,11 +1,11 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 93ca24a255e1d6e6f1b7fe46bec93eb76b4bd8df
%global commit0 b422cb99c935d1409cccb7448fdad92ff08cb0a6
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# github repo with selinux-policy contrib sources
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
%global commit1 9d51d067411e272b0f9bf8a7b98da35b6937ca3f
%global commit1 5fa0471a9428d7dbd65139e3f85e66e81f4aa27c
%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: 76%{?dist}
Release: 77%{?dist}
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -715,6 +715,18 @@ exit 0
%endif
%changelog
* Thu Aug 12 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-77
- Revert "update libs_filetrans_named_content() to have support for /usr/lib/debug directory"
Resolves: rhbz#1887739
- Allow sysadm to read/write scsi files and manage shadow
Resolves: rhbz#1956302
- Allow rhsmcertd execute gpg
Resolves: rhbz#1887572
- Allow lldpad send to kdump over a unix dgram socket
Resolves: rhbz#1979121
- Remove glusterd SELinux module from distribution policy
Resolves: rhbz#1816718
* Tue Aug 10 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-76
- Allow login_userdomain read and map /var/lib/systemd files
Resolves: rhbz#1965251