import UBI selinux-policy-38.1.23-1.el9_3.2

This commit is contained in:
eabdullin 2024-02-12 08:55:25 +00:00
parent 59b137280d
commit fa31a515e6
3 changed files with 17 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-3fbd3ea.tar.gz
SOURCES/selinux-policy-1f99cda.tar.gz

View File

@ -1,2 +1,2 @@
f23c36709dc62bc9e5bac422e17703ff7bda7cdc SOURCES/container-selinux.tgz
aaf128bbb968e41b629fb5bd6d8e188c14af6c23 SOURCES/selinux-policy-3fbd3ea.tar.gz
748ecd1fd956fb9d99ce15a3047c8fef5ba72772 SOURCES/container-selinux.tgz
e25d3dfc89a94e2de7bc601f8862dca207e54b97 SOURCES/selinux-policy-1f99cda.tar.gz

View File

@ -1,6 +1,6 @@
# github repo with selinux-policy sources
%global giturl https://github.com/fedora-selinux/selinux-policy
%global commit 3fbd3ea192ed94b02a2c91c3b91f4e7614898fa7
%global commit 1f99cdaa26c4ecbb26362cb21f6cd3eb0ec473a3
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define distro redhat
@ -24,7 +24,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 38.1.23
Release: 1%{?dist}.1
Release: 1%{?dist}.2
License: GPLv2+
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Source1: modules-targeted-base.conf
@ -809,6 +809,18 @@ exit 0
%endif
%changelog
* Wed Jan 10 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.23-1.2
- Allow qatlib set attributes of vfio device files
Resolves: RHEL-19052
- Allow qatlib load kernel modules
Resolves: RHEL-19052
- Allow qatlib run lspci
Resolves: RHEL-19052
- Allow qatlib manage its private runtime socket files
Resolves: RHEL-19052
- Allow qatlib read/write vfio devices
Resolves: RHEL-19052
* Tue Dec 05 2023 Juraj Marcin <jmarcin@redhat.com> - 38.1.23-1.1
- Allow ip an explicit domain transition to other domains
Resolves: RHEL-14248