Auto sync2gitlab import of selinux-policy-3.14.3-108.el8.src.rpm
This commit is contained in:
parent
28da52cae8
commit
28b22b85f1
2
.gitignore
vendored
2
.gitignore
vendored
@ -13,3 +13,5 @@
|
||||
/selinux-policy-contrib-49d512d.tar.gz
|
||||
/selinux-policy-9db72ed.tar.gz
|
||||
/selinux-policy-contrib-5e2c252.tar.gz
|
||||
/selinux-policy-76d3f46.tar.gz
|
||||
/selinux-policy-contrib-f71a764.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 9db72ed4345b0f26e798cb301f306fb4ee303844
|
||||
%global commit0 76d3f46c6576aa301aef3702c1c30739f506691f
|
||||
%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 5e2c252146f379cd25df50de97816f6771d9d79b
|
||||
%global commit1 f71a76424ebaf8e8af3896bc758cfe10b9102892
|
||||
%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.3
|
||||
Release: 107%{?dist}
|
||||
Release: 108%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -717,6 +717,32 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 08 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-108
|
||||
- Allow unconfined_service_t insights client content filetrans
|
||||
Resolves: rhbz#2119507
|
||||
- Allow nsswitch_domain to connect to systemd-machined using a unix socket
|
||||
Resolves: rhbz#2119507
|
||||
- Add init_status_all_script_files() interface
|
||||
Resolves: rhbz#2119507
|
||||
- Add dev_dontaudit_write_raw_memory() and dev_read_vsock() interfaces
|
||||
Resolves: rhbz#2119507
|
||||
- Update insights-client policy for additional commands execution 5
|
||||
Resolves: rhbz#2119507
|
||||
- Confine insights-client systemd unit
|
||||
Resolves: rhbz#2119507
|
||||
- Update insights-client policy for additional commands execution 4
|
||||
Resolves: rhbz#2119507
|
||||
- Change rhsmcertd_t to insights_client_t in insights-client policy
|
||||
Resolves: rhbz#2119507
|
||||
- Allow insights-client send signull to unconfined_service_t
|
||||
Resolves: rhbz#2119507
|
||||
- Update insights-client policy for additional commands execution 3
|
||||
Resolves: rhbz#2119507
|
||||
- Allow journalctl read init state
|
||||
Resolves: rhbz#2119507
|
||||
- Update insights-client policy for additional commands execution 2
|
||||
Resolves: rhbz#2119507
|
||||
|
||||
* Thu Aug 25 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-107
|
||||
- Label 319/udp port with ptp_event_port_t
|
||||
Resolves: rhbz#2118628
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (container-selinux.tgz) = c6f58789c024b5512097727272c0abb483a80c3341acd08602aead858fdae634fa8ac0a5fa381ab1d71d5e7439575d134cb389275a01dff112ece016bfe68864
|
||||
SHA512 (selinux-policy-9db72ed.tar.gz) = e4132e116abe9b040ed51a54382acc077740f69daeea71157373e7a1c676b52fced4c8110d5411b1324ebe091117327b6dd788d503bf41be60c45235f9f2931f
|
||||
SHA512 (selinux-policy-contrib-5e2c252.tar.gz) = 2aca5b4cb3caadfde08ce2c8c3b6735065e55f72229de308a03666da6c16ed8c8155b9e649ba5fb306005bfc861f2f90ba9713596899e97d2d9c47f69c9676a4
|
||||
SHA512 (container-selinux.tgz) = cbafe1fd07379af6a833df87b49ae6d17961a3e47a06011d68f14cb7b55a26c0de43df83894fef65676bb72fbd5f1fd5ea9d67b7a1ab133dafd822698619558a
|
||||
SHA512 (selinux-policy-76d3f46.tar.gz) = 09b2f068c15ee8ab917264645e179a610b70b6da447d86913b57be4b90c3c6413f62b726e0d1f36abf4598f2b1485b9227ad56e0f72d472c481479ac3d26bf81
|
||||
SHA512 (selinux-policy-contrib-f71a764.tar.gz) = 693af6956df6b39302173400c4b04e4b692fabe13c7ca523a6d311a9df39e2642aace5cbb106bda7c49fb5497724af712602631c4efb235b2ada8597d71440c9
|
||||
|
Loading…
Reference in New Issue
Block a user