Auto sync2gitlab import of selinux-policy-3.14.3-115.el8.src.rpm
This commit is contained in:
parent
3db2fd1ef3
commit
88f724ac2c
2
.gitignore
vendored
2
.gitignore
vendored
@ -27,3 +27,5 @@
|
||||
/selinux-policy-contrib-4edd823.tar.gz
|
||||
/selinux-policy-69f08ca.tar.gz
|
||||
/selinux-policy-contrib-58ad0c6.tar.gz
|
||||
/selinux-policy-5518ff0.tar.gz
|
||||
/selinux-policy-contrib-2877823.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 69f08cae339813fbcaaad35e75a033f7ecd66037
|
||||
%global commit0 5518ff0abd88777d0a28600d4f6e89489a3c2905
|
||||
%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 58ad0c627362a116b66219ac502261b07800e898
|
||||
%global commit1 28778236d14c26540b43d2b446221cb0c2c9eac0
|
||||
%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: 114%{?dist}
|
||||
Release: 115%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -717,6 +717,24 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 26 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-115
|
||||
- Fix syntax problem in redis.te
|
||||
Resolves: rhbz#2112228
|
||||
- Allow unconfined user filetransition for sudo log files
|
||||
Resolves: rhbz#2164047
|
||||
- Allow winbind-rpcd make a TCP connection to the ldap port
|
||||
Resolves: rhbz#2152642
|
||||
- Allow winbind-rpcd manage samba_share_t files and dirs
|
||||
Resolves: rhbz#2152642
|
||||
- Allow insights-client work with su and lpstat
|
||||
Resolves: rhbz#2134125
|
||||
- Allow insights-client read nvme devices
|
||||
Resolves: rhbz#2143878
|
||||
- Allow insights-client tcp connect to all ports
|
||||
Resolves: rhbz#2143878
|
||||
- Allow redis-sentinel execute a notification script
|
||||
Resolves: rhbz#2112228
|
||||
|
||||
* Thu Jan 12 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-114
|
||||
- Add interfaces in domain, files, and unconfined modules
|
||||
Resolves: rhbz#2141311
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (container-selinux.tgz) = 4d37a47a7b850b77182904c4a4e0175531ab72f1d3a0bf8b4550ec320a463accbcd1c30755a30a16ab9238ebbbcc9cc940145f8295aa061411af0895e075ec38
|
||||
SHA512 (selinux-policy-69f08ca.tar.gz) = 5a29f404807fde51276d2d06a25e568b624dbbaf2658c31759a618e1becd73c3a1d26e35e87563b9ad86b1c063ff8ef4a4db135687181f0c963e09a2e7b9e536
|
||||
SHA512 (selinux-policy-contrib-58ad0c6.tar.gz) = 569695cbe1f0ec83fc98dc1dcb51cd7120df02e2d8a3912f4204a8c3471466ae2f14c43ca45f4df6df55923c77000f0c72ea03ee0572b4ec3c04bd53a8d6e308
|
||||
SHA512 (container-selinux.tgz) = ad9dc3b8ce0f40dc431ea8bfde1d2db7a17845987324d3664545a5e82106288dab4b1ae8132c2a59ab7ec8be1693bcd9520b739077ed421d3096a40677cd31c8
|
||||
SHA512 (selinux-policy-5518ff0.tar.gz) = d5654379d8c4d65257343e701de9bb22b7cfa5bd58ede4f8b0bebc3a5339ced0a8152a213668c31790f75bd3a1a2a6ebcb6747b52e169fa8ba552c35c1312649
|
||||
SHA512 (selinux-policy-contrib-2877823.tar.gz) = fe41c4a0091072e9ff0e03cd9ced2a9229365fc819e553452d2d19d15c192c2f37bf9cce28806d7e25bd959dd30c8bdcad045573086482af841ca7c6056ba176
|
||||
|
Loading…
Reference in New Issue
Block a user