|
|
@ -1,6 +1,6 @@
|
|
|
|
# github repo with selinux-policy sources
|
|
|
|
# github repo with selinux-policy sources
|
|
|
|
%global giturl https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global giturl https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global commit 3fbd3ea192ed94b02a2c91c3b91f4e7614898fa7
|
|
|
|
%global commit 1f99cdaa26c4ecbb26362cb21f6cd3eb0ec473a3
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
%define distro redhat
|
|
|
|
%define distro redhat
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
|
|
|
Name: selinux-policy
|
|
|
|
Version: 38.1.23
|
|
|
|
Version: 38.1.23
|
|
|
|
Release: 1%{?dist}.1
|
|
|
|
Release: 1%{?dist}.2
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
Source1: modules-targeted-base.conf
|
|
|
|
Source1: modules-targeted-base.conf
|
|
|
@ -809,6 +809,18 @@ exit 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Tue Dec 05 2023 Juraj Marcin <jmarcin@redhat.com> - 38.1.23-1.1
|
|
|
|
- Allow ip an explicit domain transition to other domains
|
|
|
|
- Allow ip an explicit domain transition to other domains
|
|
|
|
Resolves: RHEL-14248
|
|
|
|
Resolves: RHEL-14248
|
|
|
|