* Fri Feb 28 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-6
- Allow postfix stream connect to cyrus through runtime socket - Dontaudit daemons to set and get scheduling policy/parameters
This commit is contained in:
parent
6f3f722f7d
commit
eacc15421e
2
.gitignore
vendored
2
.gitignore
vendored
@ -444,3 +444,5 @@ serefpolicy*
|
||||
/selinux-policy-d5268be.tar.gz
|
||||
/selinux-policy-bde5c9e.tar.gz
|
||||
/selinux-policy-contrib-f7a21a9.tar.gz
|
||||
/selinux-policy-contrib-08def7c.tar.gz
|
||||
/selinux-policy-deadfd1.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 bde5c9e912959102393fb3708633c39f138e280f
|
||||
%global commit0 deadfd15c2ae442cc0e204d315962f3aac88e9ba
|
||||
%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 f7a21a9f173e1c8071718b1dea40eed2271c284d
|
||||
%global commit1 08def7c154b5be4ce7b11643d71d59fe98ea2bfc
|
||||
%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: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -772,6 +772,10 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 28 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-6
|
||||
- Allow postfix stream connect to cyrus through runtime socket
|
||||
- Dontaudit daemons to set and get scheduling policy/parameters
|
||||
|
||||
* Sat Feb 22 2020 Lukas Vrabec <lvrabec@redhat.com> - 3.14.6-5
|
||||
- Allow certmonger_t domain to read pkcs_slotd lock files
|
||||
- Allow httpd_t domain to mmap own var_lib_t files BZ(1804853)
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-bde5c9e.tar.gz) = 217884f4a617b21258a269f0a8466838866dffd1a0960918d5f81772ce3958033a1b5c94918170044ab022dbbcb0273f07c2ca7b4cea4552f885a415a6b2d1fa
|
||||
SHA512 (selinux-policy-contrib-f7a21a9.tar.gz) = e3dbe432e1c4171132a14d0c00223ca3e3ca8e8492414f3002f390878919592d093ddbb1fd33597b5d097089fe4252dcced037eeb074bdac22b2188983e5a367
|
||||
SHA512 (container-selinux.tgz) = 1ff2a0a228875dd901f1e12102d27275a0a56385c5f49687280cf45e65d97a441ecda3f9eef796992731322ffb3d7e44250b76c26152f45971d33f9f46e47740
|
||||
SHA512 (selinux-policy-contrib-08def7c.tar.gz) = 9f14efa2c6505789b8d9d406e0e10dee7c8476598be7c19520a65336008a97c25304d935186a8b9ac44920edc92a704d5de88fd3a1d5d04fad384c53e0be61d9
|
||||
SHA512 (selinux-policy-deadfd1.tar.gz) = 8383a7349bed7d4e3a366d032a6bacc7cba2d1c8e460191d90c2b93d3a48102aa9d637ffe4bf125540c9bfb0dc21daae16c29cc016a6c9719ee84354ca8d4892
|
||||
SHA512 (container-selinux.tgz) = 796b5c2c6b36787886d1939e383d379c9e27248e0d4991b3f758448df865c4f9c72dfbf9f742f1430b74684400d2eb682f348012ac71f3e50a2b666b19e4d200
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user