import selinux-policy-3.14.3-97.el8

This commit is contained in:
CentOS Sources 2022-04-30 08:11:18 +00:00 committed by Stepan Oksanichenko
parent 0bd517d749
commit c4a5cce598
3 changed files with 25 additions and 8 deletions

4
.gitignore vendored
View File

@ -1,3 +1,3 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-31e2bbb.tar.gz
SOURCES/selinux-policy-contrib-a174532.tar.gz
SOURCES/selinux-policy-contrib-85de0a6.tar.gz
SOURCES/selinux-policy-e39b8e8.tar.gz

View File

@ -1,3 +1,3 @@
4eec9845020475772e63f3516010cdc9487d6e19 SOURCES/container-selinux.tgz
36b7919fdb62a5ef123911cfe3354a9e42d9e2a7 SOURCES/selinux-policy-31e2bbb.tar.gz
939eb1b068a9d1e066fe6f9b5ab6938f8a0ed8eb SOURCES/selinux-policy-contrib-a174532.tar.gz
f840a673117375ec854283cc9fa9015f6455f90f SOURCES/container-selinux.tgz
4a6ed78a35e86a3c6e2db18a1cddf9542237d038 SOURCES/selinux-policy-contrib-85de0a6.tar.gz
9633199c8b41b047e538459ec39cb4af1c0d260a SOURCES/selinux-policy-e39b8e8.tar.gz

View File

@ -1,11 +1,11 @@
# github repo with selinux-policy base sources
%global git0 https://github.com/fedora-selinux/selinux-policy
%global commit0 31e2bbb4aa87730bead5c7b33fa19c24525ec440
%global commit0 e39b8e88564358f54a80d346d1700a44c59352bc
%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 a1745320b2330a6cbf85db51e2ba0a372afeaeaa
%global commit1 85de0a6389e09653fecdae6308e678b1b0e11164
%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: 96%{?dist}
Release: 97%{?dist}
License: GPLv2+
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@ -717,6 +717,23 @@ exit 0
%endif
%changelog
* Fri Apr 22 2022 Nikola Knazekova <nknazeko@redhat.com> - 3.14.3-97
- Create macro corenet_icmp_bind_generic_node()
Resolves: rhbz#2070870
- Allow traceroute_t and ping_t to bind generic nodes.
Resolves: rhbz#2070870
- Allow administrative users the bpf capability
Resolves: rhbz#2070983
- Allow insights-client search rhnsd configuration directory
Resolves: rhbz#2073395
- Allow ntlm_auth read the network state information
Resolves: rhbz#2073349
- Allow keepalived setsched and sys_nice
Resolves: rhbz#2008033
- Revert "Allow administrative users the bpf capability"
Resolves: rhbz#2070983
* Thu Apr 07 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-96
- Add interface rpc_manage_exports
Resolves: rhbz#2062183