* Fri Sep 20 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.5-5
- Fix ipa_custodia_stream_connect interface - Allow systemd_modules_load_t domain to read systemd pid files - Add new interface init_read_pid_files() - Allow systemd labeled as init_t domain to manage faillog_t objects - Add file context ipsec_var_run_t for /var/run/charon\.dck to ipsec.fc
This commit is contained in:
parent
361693e74b
commit
c3cb5b2032
2
.gitignore
vendored
2
.gitignore
vendored
@ -403,3 +403,5 @@ serefpolicy*
|
||||
/selinux-policy-3e6f5ff.tar.gz
|
||||
/selinux-policy-37ef196.tar.gz
|
||||
/selinux-policy-contrib-b43d580.tar.gz
|
||||
/selinux-policy-31db3dc.tar.gz
|
||||
/selinux-policy-contrib-c3a90b3.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 37ef1961203fdfe99780ab25c0ca288a0d3d3a84
|
||||
%global commit0 31db3dc710352793e122ccc2bab65f1de1021a77
|
||||
%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 b43d580f345a4d6e7cabfed01522ccbb5cf39309
|
||||
%global commit1 c3a90b316124b7615e957a95bf09a5db48ddce42
|
||||
%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.5
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -787,6 +787,13 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Sep 20 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.5-5
|
||||
- Fix ipa_custodia_stream_connect interface
|
||||
- Allow systemd_modules_load_t domain to read systemd pid files
|
||||
- Add new interface init_read_pid_files()
|
||||
- Allow systemd labeled as init_t domain to manage faillog_t objects
|
||||
- Add file context ipsec_var_run_t for /var/run/charon\.dck to ipsec.fc
|
||||
|
||||
* Fri Sep 20 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.5-4
|
||||
- Run ipa-custodia as ipa_custodia_t
|
||||
- Update webalizer_t SELinux policy
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-37ef196.tar.gz) = 07c765cced50610af4597b56910d2acb471d378efd2aa2b5fc4c620064842e6702583bc104839e9ec1b65c1738fba6eebd1a94f1fcfd65ad61254ca67cc21c69
|
||||
SHA512 (container-selinux.tgz) = 87884fb373e024460f0a5c3b0fbca98e2be6b4b0a2b057b0c9603083a621c029bc6155103a9f02bb13bec0f294884183d3dc2c671e6f0ce3dd5f78099555a24d
|
||||
SHA512 (selinux-policy-contrib-b43d580.tar.gz) = 0d2d4549532a38d30a064e0f7cfddb0d93956232582b1ff4d3a3617baab4c51dda4256f7101dd275ca2aa4a66d96b0c1955896a1cbb908ef1cfd8071fa25b065
|
||||
SHA512 (selinux-policy-31db3dc.tar.gz) = 4ca478f41ea2af15aba4c0eba3f92e5f70b19435df02db2e0508c2e6afc611de22d44c338951587be894b09317c09ed72cc8dade4f9718a675491579b972b970
|
||||
SHA512 (selinux-policy-contrib-c3a90b3.tar.gz) = 5065c78a7beae93b288448acaa7ec986e5f3f52e5c3239dea7f55b9f4ddcb8a29435341af16911a67bff9f04124432fa8573acbddffe8be40a1181f7309cefb2
|
||||
SHA512 (container-selinux.tgz) = e42a660c7275c7a510f94d01a456de56cad20a95f24bcff7b982ed6698d9398a7962df4be51603796c2754a836b75ae4a6c6198f3dd5f9a5c6be609db4f03753
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user