* Tue Jul 30 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-26
- New policy for rrdcached - Allow dhcpd_t domain to read network sysctls. - Allow nut services to communicate with unconfined domains - Allow virt_domain to Support ecryptfs home dirs. - Allow domain transition lsmd_t to sensord_t - Allow httpd_t to signull mailman_cgi_t process - Make rrdcached policy active - Label /etc/sysconfig/ip6?tables\.save as system_conf_t Resolves: rhbz#1733542 - Allow machinectl to run pull-tar BZ(1724247)
This commit is contained in:
parent
b711f66972
commit
0775289b10
2
.gitignore
vendored
2
.gitignore
vendored
@ -389,3 +389,5 @@ serefpolicy*
|
||||
/selinux-policy-8935967.tar.gz
|
||||
/selinux-policy-contrib-da6544c.tar.gz
|
||||
/selinux-policy-2f909f9.tar.gz
|
||||
/selinux-policy-contrib-2b47485.tar.gz
|
||||
/selinux-policy-da92bd2.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 2f909f93138b6b66f8a6bc62afdbe5598da00f29
|
||||
%global commit0 da92bd2462c7b6f3509705c32c743d4e74aa0517
|
||||
%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 da6544c44b41dc3bd64d333437619f05577d1a96
|
||||
%global commit1 2b47485a9b821fedd0ecde87ebacaf539c90bf7d
|
||||
%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.4
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -787,6 +787,17 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 30 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-26
|
||||
- New policy for rrdcached
|
||||
- Allow dhcpd_t domain to read network sysctls.
|
||||
- Allow nut services to communicate with unconfined domains
|
||||
- Allow virt_domain to Support ecryptfs home dirs.
|
||||
- Allow domain transition lsmd_t to sensord_t
|
||||
- Allow httpd_t to signull mailman_cgi_t process
|
||||
- Make rrdcached policy active
|
||||
- Label /etc/sysconfig/ip6?tables\.save as system_conf_t Resolves: rhbz#1733542
|
||||
- Allow machinectl to run pull-tar BZ(1724247)
|
||||
|
||||
* Fri Jul 26 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-25
|
||||
- Allow spamd_update_t domain to read network state of system BZ(1733172)
|
||||
- Allow dlm_controld_t domain to transition to the lvm_t
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-contrib-da6544c.tar.gz) = 74160f1993a5fa024e9f558167b77668ad10a65776d392bb2fcd0bb97dc1ef0d7e8e21a32840789d4b5078db48f474a42ef1b586fd7208a07f07d616e0f0dfbd
|
||||
SHA512 (selinux-policy-2f909f9.tar.gz) = d3f005caaf635f0600ad69c0cc41b82ef98c07c3d6d9dca1908bdf9bcd816b8ee2dbd68a094108bf1551388f99edc64fadfcd8b2b1cd84a3cf4531e7613f40ce
|
||||
SHA512 (selinux-policy-contrib-2b47485.tar.gz) = 2b6571219940ae490b53d39400696030d98d4630f0930856f004c8ad479ae1c1cb23f347167c6ee96def52511b77f7c12bf964cca66be32d99bfa563f708f7f2
|
||||
SHA512 (selinux-policy-da92bd2.tar.gz) = 4f3cbadc5f8e933ea9bce583fa44a40a993e1323abe71879528ef96473e712bd22a72a67c54213c12030561185f4a8f09a0a1b62edf590be6ccd0e7177708b6b
|
||||
SHA512 (container-selinux.tgz) = 10fb57f84ad0f35109f0517123f34b8d67e9ccc0f88b0afd4e6d59a8a65ce8ad0ab8eb918dfac2202f7bf78a1f31c6b4e81ad93e124f2bc959d4502d8ffddf17
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = aeecf9c5e91d14b379c14161e2b38e9abecf21f1f943d37d132ad83073abfa23f9c1ef6edb6d27a82b6facff58120c4c2569b5274bf8928901ab920137585ff0
|
||||
|
Loading…
Reference in New Issue
Block a user