* Fri Jul 10 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-19
- Additional support for keepalived running in a namespace - Remove systemd_dbus_chat_resolved(pcp_pmie_t) - virt: remove the libvirt qmf rules - Allow certmonger manage dirsrv services - Run ipa_helper_noatsecure(oddjob_t) only if the interface exists - Allow domain dbus chat with systemd-resolved - Define file context for /var/run/netns directory only - Revert "Add support for fuse.glusterfs"
This commit is contained in:
parent
d1c7bc688f
commit
33a29656c0
2
.gitignore
vendored
2
.gitignore
vendored
@ -468,3 +468,5 @@ serefpolicy*
|
||||
/selinux-policy-427796e.tar.gz
|
||||
/selinux-policy-contrib-f55cbfd.tar.gz
|
||||
/selinux-policy-f0e4878.tar.gz
|
||||
/selinux-policy-contrib-27225b9.tar.gz
|
||||
/selinux-policy-d5c0a2d.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 f0e48785589982929a4b597c6a663dde980e468d
|
||||
%global commit0 d5c0a2dcce5b8947468572a84725dbec78646a14
|
||||
%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 f55cbfd889cdd7dac3e2a7d334684f607127c1ae
|
||||
%global commit1 27225b9de42be65760194536680c9d596f1a1895
|
||||
%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.6
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -784,6 +784,16 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-19
|
||||
- Additional support for keepalived running in a namespace
|
||||
- Remove systemd_dbus_chat_resolved(pcp_pmie_t)
|
||||
- virt: remove the libvirt qmf rules
|
||||
- Allow certmonger manage dirsrv services
|
||||
- Run ipa_helper_noatsecure(oddjob_t) only if the interface exists
|
||||
- Allow domain dbus chat with systemd-resolved
|
||||
- Define file context for /var/run/netns directory only
|
||||
- Revert "Add support for fuse.glusterfs"
|
||||
|
||||
* Tue Jul 07 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-18
|
||||
- Allow oddjob_t process noatsecure permission for ipa_helper_t
|
||||
- Allow keepalived manage its private type runtime directories
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-contrib-f55cbfd.tar.gz) = c8d52f4cb20c76ae508a7e98fa2b307ee71417798640b37e97cb6c3c9658cfa6e9f558d6cf036ce2e833d55971a737d2f744066521ed38b0b7d48a83ed5ea8ad
|
||||
SHA512 (selinux-policy-f0e4878.tar.gz) = be00a28b1bee5edfe655c5b960d793fde54709d367dc2065f3e61f3fc8f11a051836c4fad57eac38123c5ff914413b76b46efbd196047fa9932db875e7cd1937
|
||||
SHA512 (container-selinux.tgz) = acc5f6c1622069bee2fd5fd9fa7e96b0fcd6c06c70e57183c908dab95221d38c6c93b8748f4187c0ba9b28ca9629d1dbda68a9cdb38f6a723a0baced5482b533
|
||||
SHA512 (selinux-policy-contrib-27225b9.tar.gz) = 0cdb3e3aeaaf2c80de65d25e5d4ad1a394df9e9d7c2eb5a8c82548b86a31afd230976f4d598209d3765c21b9202ee0e5b8e98774fc84bdba9f16949ccd1956f7
|
||||
SHA512 (selinux-policy-d5c0a2d.tar.gz) = fb5bf70567a11e3388257deb604631e886c05371c48c8134baff68769297a9cd721db0f4f56f68a6f1801d501c8b0ce008ed526a398ee01d99a95a03eccf26c3
|
||||
SHA512 (container-selinux.tgz) = ea195ae55cb835b7474c238b155606b2134b9e0d28bf61bff0718df18493269bcbc8b8b323e95f1915c3b219beb4598e9b537b5d401ac2e9cbeba84f40fa3e37
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user