import selinux-policy-3.14.3-117.el8_8.2

This commit is contained in:
Andrew Lukoshko 2023-06-29 19:07:51 +00:00
parent 5d7ac82501
commit a387b6cd18
3 changed files with 19 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-426c028.tar.gz
SOURCES/selinux-policy-930de65.tar.gz
SOURCES/selinux-policy-contrib-c6da44c.tar.gz

View File

@ -1,3 +1,3 @@
bbb33f1d3ec06ac961c111b66a324496cbe9768f SOURCES/container-selinux.tgz
8f77181d801751fdd49e7a537b291af8b455ed51 SOURCES/selinux-policy-426c028.tar.gz
d3b0894e41c57d99285b3b27157a5005562a1544 SOURCES/container-selinux.tgz
b4b9fc7c30163b9d407c714c413ead42290cc838 SOURCES/selinux-policy-930de65.tar.gz
84a66625f87ed784dc752c76eca051d058abfa8d SOURCES/selinux-policy-contrib-c6da44c.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 426c028e3d055a6ae74f8bf7cc92107f3e43a5ea
%global commit0 930de6594243a232b5dfa8931790ad51c982fe8d
%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: 117%{?dist}
Release: 117%{?dist}.2
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -717,6 +717,20 @@ exit 0
%endif
%changelog
* Mon Jun 12 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117.2
- Label /run/fsck with fsadm_var_run_t
Resolves: rhbz#2212328
* Mon May 15 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117.1
- Allow systemd-pstore delete kernel persistent storage files
Resolves: rhbz#2188268
- Add fs_delete_pstore_files() interface
Resolves: rhbz#2188268
- Allow systemd-pstore read kernel persistent storage files
Resolves: rhbz#2188268
- Add fs_read_pstore_files() interface
Resolves: rhbz#2188268
* Thu Feb 16 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117
- Fix opencryptoki file names in /dev/shm
Resolves: rhbz#2028637