* Fri Apr 21 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-119
- Add unconfined_server_read_semaphores() interface Resolves: rhbz#2183351 - Allow systemd-pstore read kernel persistent storage files Resolves: rhbz#2181558 - Add fs_read_pstore_files() interface Resolves: rhbz#2181558 - Allow insights-client work with teamdctl Resolves: rhbz#2185158 - Allow insights-client read unconfined service semaphores Resolves: rhbz#2183351 - Allow insights-client get quotas of all filesystems Resolves: rhbz#2183351
This commit is contained in:
parent
009a32345a
commit
b48de44518
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ SOURCES/selinux-policy-contrib-c6da44c.tar.gz
|
||||
/selinux-policy-3806b3e.tar.gz
|
||||
/selinux-policy-contrib-8e0a2fa.tar.gz
|
||||
/macro-expander
|
||||
/selinux-policy-0ee2dae.tar.gz
|
||||
/selinux-policy-contrib-2604c4b.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 3806b3ec0401913d85f958aae6f7a4d8ce755348
|
||||
%global commit0 0ee2daeae966dc0f41cf4fb9eb68f53e213b6710
|
||||
%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 8e0a2fa87968a00b7e57ca25a55da18ceeab4a44
|
||||
%global commit1 2604c4b786cd26e50f44ee67c39d1ec29c86c37d
|
||||
%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: 118%{?dist}
|
||||
Release: 119%{?dist}
|
||||
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
|
||||
* Fri Apr 21 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-119
|
||||
- Add unconfined_server_read_semaphores() interface
|
||||
Resolves: rhbz#2183351
|
||||
- Allow systemd-pstore read kernel persistent storage files
|
||||
Resolves: rhbz#2181558
|
||||
- Add fs_read_pstore_files() interface
|
||||
Resolves: rhbz#2181558
|
||||
- Allow insights-client work with teamdctl
|
||||
Resolves: rhbz#2185158
|
||||
- Allow insights-client read unconfined service semaphores
|
||||
Resolves: rhbz#2183351
|
||||
- Allow insights-client get quotas of all filesystems
|
||||
Resolves: rhbz#2183351
|
||||
|
||||
* Thu Apr 13 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-118
|
||||
- Allow login_pgm setcap permission
|
||||
Resolves: rhbz#2172541
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-3806b3e.tar.gz) = 2fb25a1fe91c14dd5c89beba7160defef2e098d141da06c230dbff3ebd7f3613f96c12b9a21a44c0877eef064d181774db7886549643ae60da182aebe4e67093
|
||||
SHA512 (selinux-policy-contrib-8e0a2fa.tar.gz) = faeb42df8a4d80a8cf2f91e571f789423fa87e404f860e921fe1bbed172beea744ddfafb2c355151f2c0cb55217c9aa85b24798301b4b691150adc37ad0fe346
|
||||
SHA512 (selinux-policy-0ee2dae.tar.gz) = ec6f18b16110c1c50c8c256182e05f47507d30c8a4815c2cc82e486da790fc7e7260b73accc5b05aa71d688b3ee689e9c32c3acd5dbf54b05a28ef37fa036363
|
||||
SHA512 (selinux-policy-contrib-2604c4b.tar.gz) = 40292e374c0d7d98753ba2563e4052883cbaaf5c7c7cc764e6cdbbe5f2c89ccd55ea9eb11d3fafb5d8df4031ed0127316ce298d96e7f66ad639f9439c18b3ecc
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = d27c94c397886b86cfe9c7528907fedde73626f62bc8e26a91b4f68fcec4712a2e1a7f2e8d5e57fb93f0720395f688ed4ccf71d257181b97aa3df01fe2a8a8f8
|
||||
SHA512 (container-selinux.tgz) = fe44d028c225161b3b6f8c7d46894f1e9ea27081b4d24633ce0816e6630581d996c0acad7d2c34aeb36d5653e769ba908dda6d90d400725f478b5d4f9e9682ed
|
||||
|
Loading…
Reference in New Issue
Block a user