* Sat Feb 15 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-2
- Allow vhostmd communication with hosted virtual machines - Add and update virt interfaces - Update radiusd policy - Allow systemd_private_tmp(named_tmp_t) - Allow bacula dac_override capability - Allow systemd_networkd_t to read efivarfs - Add support for systemd-userdbd - Allow systemd system services read efivarfs files
This commit is contained in:
parent
0270e1e28d
commit
8c624edf84
2
.gitignore
vendored
2
.gitignore
vendored
@ -437,3 +437,5 @@ serefpolicy*
|
||||
/selinux-policy-contrib-f23171a.tar.gz
|
||||
/selinux-policy-contrib-7f1b345.tar.gz
|
||||
/selinux-policy-9d5b9be.tar.gz
|
||||
/selinux-policy-4be621b.tar.gz
|
||||
/selinux-policy-contrib-6178b11.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 9d5b9be423d3dfa31e3d20dd6f6dfc2d46b036ff
|
||||
%global commit0 4be621b5d5561591600f39ab3ff039b366c61eb1
|
||||
%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 7f1b345d2092cbd62280c8111079b86c87385e3e
|
||||
%global commit1 6178b11224d23f9816db53ceff7533dd844afef4
|
||||
%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: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -772,6 +772,16 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 15 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-2
|
||||
- Allow vhostmd communication with hosted virtual machines
|
||||
- Add and update virt interfaces
|
||||
- Update radiusd policy
|
||||
- Allow systemd_private_tmp(named_tmp_t)
|
||||
- Allow bacula dac_override capability
|
||||
- Allow systemd_networkd_t to read efivarfs
|
||||
- Add support for systemd-userdbd
|
||||
- Allow systemd system services read efivarfs files
|
||||
|
||||
* Sun Feb 16 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-1
|
||||
- Bump version to 3.14.6 because fedora 32 was branched
|
||||
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-contrib-7f1b345.tar.gz) = eed3024bec9096c9764b27ce09ae41b31c3af07a113a80c304bff56ea8c5e309f15dfae4bd61f050d6aac01d76649e720be94d1247d6f33abf7a4a18f5d659cd
|
||||
SHA512 (selinux-policy-9d5b9be.tar.gz) = 2f4eeed4c4dc670f290c9da0d1e7e04bdf4769c17a4b0aff3a5f1653594a6494cf7c8ad259c602da397d2a0453eb457e74b7357cc939b708e45ff9ba99b74ea6
|
||||
SHA512 (container-selinux.tgz) = 945785375ddfbdee70319a995fae228300d22ec1d0aa416c9ea3a298793e2130b7a2db29ea0f078db4521054f418b6beeaedebda37714a88435ebe26f05db7f2
|
||||
SHA512 (selinux-policy-4be621b.tar.gz) = 602e126be5cf9aee50a79fa9a2feedf7d8d1831893517db59121ce3bc67bfa58eb7c0eaf1a907a730f2449f32bcfa93fd7972876b85022e277f37649acdd1780
|
||||
SHA512 (selinux-policy-contrib-6178b11.tar.gz) = b3c15c91b10ec5798b800cf4ecc25abb190a510a67fc55042c5b3016ce078853ff6ce69b18e57524f62962dffa979031446df411fdd97699e87d697c66d405db
|
||||
SHA512 (container-selinux.tgz) = 330ff6f2eefc9548f5151e684c30765d3fad9a4ebf2b0fb21bf82962cb71a7a65c5775ab70e458eaf3e7624c0313fa84f2070a73733d635431241386074b7bf0
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user