* Thu May 11 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-120
- Allow unconfined service inherit signal state from init Resolves: rhbz#2177254 - Allow systemd-pstore delete kernel persistent storage files Resolves: rhbz#2181558 - Add fs_delete_pstore_files() interface Resolves: rhbz#2181558 - Allow certmonger manage cluster library files Resolves: rhbz#2177836 - Allow samba-rpcd work with passwords Resolves: rhbz#2107106 - Allow snmpd read raw disk data Resolves: rhbz#2160000 - Allow cluster_t dbus chat with various services Resolves: rhbz#2196524
This commit is contained in:
parent
b48de44518
commit
fc4cf3fb79
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ SOURCES/selinux-policy-contrib-c6da44c.tar.gz
|
||||
/macro-expander
|
||||
/selinux-policy-0ee2dae.tar.gz
|
||||
/selinux-policy-contrib-2604c4b.tar.gz
|
||||
/selinux-policy-e7dabe5.tar.gz
|
||||
/selinux-policy-contrib-e782e71.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 0ee2daeae966dc0f41cf4fb9eb68f53e213b6710
|
||||
%global commit0 e7dabe542cfc6bbc951f97ddd7e68c73367e57f3
|
||||
%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 2604c4b786cd26e50f44ee67c39d1ec29c86c37d
|
||||
%global commit1 e782e713b1d431632ed0a1e989b8daecb1ef46df
|
||||
%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: 119%{?dist}
|
||||
Release: 120%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -717,6 +717,22 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 11 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-120
|
||||
- Allow unconfined service inherit signal state from init
|
||||
Resolves: rhbz#2177254
|
||||
- Allow systemd-pstore delete kernel persistent storage files
|
||||
Resolves: rhbz#2181558
|
||||
- Add fs_delete_pstore_files() interface
|
||||
Resolves: rhbz#2181558
|
||||
- Allow certmonger manage cluster library files
|
||||
Resolves: rhbz#2177836
|
||||
- Allow samba-rpcd work with passwords
|
||||
Resolves: rhbz#2107106
|
||||
- Allow snmpd read raw disk data
|
||||
Resolves: rhbz#2160000
|
||||
- Allow cluster_t dbus chat with various services
|
||||
Resolves: rhbz#2196524
|
||||
|
||||
* Fri Apr 21 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-119
|
||||
- Add unconfined_server_read_semaphores() interface
|
||||
Resolves: rhbz#2183351
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-0ee2dae.tar.gz) = ec6f18b16110c1c50c8c256182e05f47507d30c8a4815c2cc82e486da790fc7e7260b73accc5b05aa71d688b3ee689e9c32c3acd5dbf54b05a28ef37fa036363
|
||||
SHA512 (selinux-policy-contrib-2604c4b.tar.gz) = 40292e374c0d7d98753ba2563e4052883cbaaf5c7c7cc764e6cdbbe5f2c89ccd55ea9eb11d3fafb5d8df4031ed0127316ce298d96e7f66ad639f9439c18b3ecc
|
||||
SHA512 (selinux-policy-e7dabe5.tar.gz) = ac82d23bef68e74c30f0ae4df71a17d259c657fd54e74e09e1afe2071c358b46c3de6246c84e01315a8b8ff62dbb8720dca9bac67077a82331316e6be7a9d9db
|
||||
SHA512 (selinux-policy-contrib-e782e71.tar.gz) = 6a6cdc30a3ccb857d51742a79eeeb36faf0b34f3a7fd176cc4fe9862c1d1c97c080870b525860280e89a19af49e36f4a1af5e2df6556b81e6940dc2207f31ca7
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = fe44d028c225161b3b6f8c7d46894f1e9ea27081b4d24633ce0816e6630581d996c0acad7d2c34aeb36d5653e769ba908dda6d90d400725f478b5d4f9e9682ed
|
||||
SHA512 (container-selinux.tgz) = 0e30e47f16e1348f7cca16898e15385b258a996d9291a4fa1d6c21f2a89ae6e6863a562e3fda51de0cedd706cd2775b7a012cfb8776bba64c79bdf42f6bac4e7
|
||||
|
Loading…
Reference in New Issue
Block a user