import selinux-policy-3.14.3-79.el8

This commit is contained in:
CentOS Sources 2021-08-31 06:19:01 +00:00 committed by Andrew Lukoshko
parent 8dd2fca76e
commit 01c784bc42
3 changed files with 20 additions and 8 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-48e6bd1.tar.gz
SOURCES/selinux-policy-contrib-64f9284.tar.gz
SOURCES/selinux-policy-8f56f63.tar.gz
SOURCES/selinux-policy-contrib-2a53cd0.tar.gz

View File

@ -1,3 +1,3 @@
7861115fabe379f0a365e06caad014a257053acd SOURCES/container-selinux.tgz
a4874ef1ad40b411afbf8f7b60cb5743c25f9dfc SOURCES/selinux-policy-48e6bd1.tar.gz
6fa7fbf2c20d63c28739da34c2548335f8bfcae5 SOURCES/selinux-policy-contrib-64f9284.tar.gz
0d1a0214195d9519327846c21d7ac90b7da218c1 SOURCES/container-selinux.tgz
672cfe526149ad56c857a79856e769548d9ead8e SOURCES/selinux-policy-8f56f63.tar.gz
6e84adfa8c88519a3c24f6f8426d59868bcd6050 SOURCES/selinux-policy-contrib-2a53cd0.tar.gz

View File

@ -1,11 +1,11 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 48e6bd17b23e4dc87167a0060965fe8e0fadae4f
%global commit0 8f56f631a921d043bc8176f7c64a38cd77b48f66
%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 64f9284bc5c3b2ad3e9e56fac9f2daf8da75b58f
%global commit1 2a53cd02bd0d06568ecc549b15321f658d00babd
%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: 78%{?dist}
Release: 79%{?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
* Fri Aug 27 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-79
- Introduce xdm_manage_bootloader booelan
Resolves: rhbz#1994096
- Rename samba_exec() to samba_exec_net()
Resolves: rhbz#1855215
- Allow sssd to set samba setting
Resolves: rhbz#1855215
- Allow dirsrv read slapd tmpfs files
Resolves: rhbz#1843238
- Allow rhsmcertd to create cache file in /var/cache/cloud-what
Resolves: rhbz#1994718
* Wed Aug 25 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-78
- Label /usr/bin/Xwayland with xserver_exec_t
Resolves: rhbz#1984584