* Thu Jun 15 2023 Nikola Knazekova <nknazeko@redhat.com> - 3.14.3-122
- Update cyrus_stream_connect() to use sockets in /run Resolves: rhbz#2165752 - Allow insights-client map generic log files Resolves: rhbz#2214572 - Allow insights-client work with pipe and socket tmp files Resolves: rhbz#2207819 - Allow insights-client getsession process permission Resolves: rhbz#2207819 - Allow keepalived to manage its tmp files Resolves: rhbz#2179335
This commit is contained in:
parent
534ee173e7
commit
289f477398
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ SOURCES/selinux-policy-contrib-c6da44c.tar.gz
|
||||
/selinux-policy-contrib-e782e71.tar.gz
|
||||
/selinux-policy-7bf027b.tar.gz
|
||||
/selinux-policy-contrib-15580d9.tar.gz
|
||||
/selinux-policy-contrib-00f671d.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# github repo with selinux-policy contrib sources
|
||||
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
|
||||
%global commit1 15580d977236fc7023c929be975a79bda9d849a3
|
||||
%global commit1 00f671d275ee3884c17de0998e417fb26ad075e7
|
||||
%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: 121%{?dist}
|
||||
Release: 122%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -717,6 +717,18 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 15 2023 Nikola Knazekova <nknazeko@redhat.com> - 3.14.3-122
|
||||
- Update cyrus_stream_connect() to use sockets in /run
|
||||
Resolves: rhbz#2165752
|
||||
- Allow insights-client map generic log files
|
||||
Resolves: rhbz#2214572
|
||||
- Allow insights-client work with pipe and socket tmp files
|
||||
Resolves: rhbz#2207819
|
||||
- Allow insights-client getsession process permission
|
||||
Resolves: rhbz#2207819
|
||||
- Allow keepalived to manage its tmp files
|
||||
Resolves: rhbz#2179335
|
||||
|
||||
* Thu May 25 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-121
|
||||
- Update pkcsslotd policy for sandboxing 2/2
|
||||
Resolves: rhbz#2208162
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-7bf027b.tar.gz) = b900b92cb478c8760066a92b940c3a7805b9e027f45b3f95db11c0f21e4bcc53b9aa2789c8ef27419bebc88e1241f83b754bf86df6d7080ed8d6177d8220dd99
|
||||
SHA512 (selinux-policy-contrib-15580d9.tar.gz) = a1ff8e027c4cd1c432455a45ba81f704d7ab44a761a651fe642d2d14d8c1030ce36fcc5c8b18b31fcd8bf912abc37a4cc8f9c1d4e7e792c0afd3f13dd40905e1
|
||||
SHA512 (selinux-policy-contrib-00f671d.tar.gz) = 0a5543614c10d8b7bd5b4ecb43162509585516c2ed3e3430e01c73003b72a7925bd9ed384ea0b21a410f0527ab79f2c6abbd6929b3984e651664a09310747c33
|
||||
SHA512 (container-selinux.tgz) = a3c840a9640ed6856d745b324c5e8bce51bdb6930582e3cdd42ccec3a0344c6b9cd9f69862ce8117c6d1c765f4bc3dfbd01a86b0c877ce833b3303d7c51d15a3
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = 67a310d0deded978c3c30c8ddafe50bb34797ec3b2d7220c9c0da7789befa632f10921e86846fe97c5f0b37c1b05d8a16084ef2010d8ac526d48154c09f8c82b
|
||||
|
Loading…
Reference in New Issue
Block a user