import selinux-policy-3.14.3-108.el8_7.1
This commit is contained in:
parent
2caa19eb77
commit
1ba21bd295
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/container-selinux.tgz
|
||||
SOURCES/selinux-policy-76d3f46.tar.gz
|
||||
SOURCES/selinux-policy-contrib-f71a764.tar.gz
|
||||
SOURCES/selinux-policy-c035fdc.tar.gz
|
||||
SOURCES/selinux-policy-contrib-2162279.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
630fb93dc3f0c54c9bac3e9e29742b235e3d3226 SOURCES/container-selinux.tgz
|
||||
868d9fd6e2fed0794a9a7b698586a5419d97cb7e SOURCES/selinux-policy-76d3f46.tar.gz
|
||||
fe5e8136583726cb626ba6eacc7c148df57926a7 SOURCES/selinux-policy-contrib-f71a764.tar.gz
|
||||
fb3216c990633292e6ca44e69fd50c7c13394c62 SOURCES/container-selinux.tgz
|
||||
6fcb48d34c6476b3bd7215aae393f5e5c7a8c25e SOURCES/selinux-policy-c035fdc.tar.gz
|
||||
fcfb2c75a40c09732acab1d82f1e4a830bfcc742 SOURCES/selinux-policy-contrib-2162279.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# github repo with selinux-policy base sources
|
||||
%global git0 https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit0 76d3f46c6576aa301aef3702c1c30739f506691f
|
||||
%global commit0 c035fdc00b589155e4b2f4ed3267feddf62b2de3
|
||||
%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 f71a76424ebaf8e8af3896bc758cfe10b9102892
|
||||
%global commit1 2162279536c98961aa64913eb5159f1b090ebab4
|
||||
%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: 108%{?dist}
|
||||
Release: 108%{?dist}.1
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -717,6 +717,22 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 04 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-108.1
|
||||
- Add the files_map_read_etc_files() interface
|
||||
Resolves: rhbz#2136762
|
||||
- Allow insights-client manage samba var dirs
|
||||
Resolves: rhbz#2136762
|
||||
- Allow insights-client send null signal to rpm and system cronjob
|
||||
Resolves: rhbz#2136762
|
||||
- Update rhcd policy for executing additional commands 4
|
||||
Resolves: rhbz#2136762
|
||||
- Allow insights-client connect to postgresql with a unix socket
|
||||
Resolves: rhbz#2136762
|
||||
- Allow insights-client domtrans on unix_chkpwd execution
|
||||
Resolves: rhbz#2136762
|
||||
- Add file context entries for insights-client and rhc
|
||||
Resolves: rhbz#2136762
|
||||
|
||||
* Thu Sep 08 2022 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-108
|
||||
- Allow unconfined_service_t insights client content filetrans
|
||||
Resolves: rhbz#2119507
|
||||
|
Loading…
Reference in New Issue
Block a user