|
|
@ -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 de5ea8200829c50379eb2242ae9866748409551a
|
|
|
|
%global commit 90056bdde4963bc8df7d8a936a22efff139a2367
|
|
|
|
%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.11
|
|
|
|
Version: 38.1.11
|
|
|
|
Release: 2%{?dist}.3
|
|
|
|
Release: 2%{?dist}.4
|
|
|
|
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 Aug 23 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.11-2.4
|
|
|
|
|
|
|
|
- Allow firewalld rw ica_tmpfs_t files
|
|
|
|
|
|
|
|
Resolves: rhbz#2233535
|
|
|
|
|
|
|
|
- Allow systemd-timedated watch init runtime dir
|
|
|
|
|
|
|
|
Resolves: rhbz#2232637
|
|
|
|
|
|
|
|
- Boolean: Allow virt_qemu_ga create ssh directory
|
|
|
|
|
|
|
|
Resolves: rhbz#2226685
|
|
|
|
|
|
|
|
- Allow virt_qemu_ga_t create .ssh dir with correct label
|
|
|
|
|
|
|
|
Resolves: rhbz#2226685
|
|
|
|
|
|
|
|
- Label only /usr/sbin/ripd and ripngd with zebra_exec_t
|
|
|
|
|
|
|
|
Resolves: rhbz#2229992
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 05 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.11-2.3
|
|
|
|
* Mon Jun 05 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.11-2.3
|
|
|
|
- Allow insights-client get quotas of all filesystems
|
|
|
|
- Allow insights-client get quotas of all filesystems
|
|
|
|
Resolves: rhbz#2203797
|
|
|
|
Resolves: rhbz#2203797
|
|
|
|