* Mon Aug 26 2024 Zdenek Pytela <zpytela@redhat.com> - 40.13.9-1
- Allow virtqemud relabelfrom also for file and sock_file Resolves: RHEL-49763 - Allow virtqemud relabel user tmp files and socket files Resolves: RHEL-49763 - Update virtqemud policy for libguestfs usage Resolves: RHEL-49763 - Label /run/libvirt/qemu/channel with virtqemud_var_run_t Resolves: RHEL-47274
This commit is contained in:
parent
926debbc11
commit
52526cb202
@ -1,6 +1,6 @@
|
||||
# github repo with selinux-policy sources
|
||||
%global giturl https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit fb7eee547c08be412b91350ad98c61318acba5df
|
||||
%global commit 61128219cb2270144668ecdde8e00b074dc898f8
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define distro redhat
|
||||
@ -23,7 +23,7 @@
|
||||
%define CHECKPOLICYVER 3.2
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 40.13.8
|
||||
Version: 40.13.9
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -860,6 +860,16 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2024 Zdenek Pytela <zpytela@redhat.com> - 40.13.9-1
|
||||
- Allow virtqemud relabelfrom also for file and sock_file
|
||||
Resolves: RHEL-49763
|
||||
- Allow virtqemud relabel user tmp files and socket files
|
||||
Resolves: RHEL-49763
|
||||
- Update virtqemud policy for libguestfs usage
|
||||
Resolves: RHEL-49763
|
||||
- Label /run/libvirt/qemu/channel with virtqemud_var_run_t
|
||||
Resolves: RHEL-47274
|
||||
|
||||
* Tue Aug 13 2024 Zdenek Pytela <zpytela@redhat.com> - 40.13.8-1
|
||||
- Add virt_create_log() and virt_write_log() interfaces
|
||||
Resolves: RHEL-47274
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (selinux-policy-fb7eee5.tar.gz) = 7b739a3820897a0af95b3c149f4522bc21272bf44c4326916cac2cb8d7e4b42cf305ce5f27c9659e801c533d6d0ac2521c4a851e18f281ec97e2071bc75c8492
|
||||
SHA512 (selinux-policy-6112821.tar.gz) = 209217ec7e38a8d5fc43dc708e30cc88fe3c7fd4d3f6101784ca99f953bc001663165b4156695edbd491dca1aeaefe0317dcf59e059bce10e2ed4639391c34e0
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = 1c455706491b45d561d6eafc4907c8a98e6b26ae6b548710987369fede5c073bae5834829abef3b5d203522f1afd066854e7207e6855b247fdcb9ac63b50d479
|
||||
SHA512 (container-selinux.tgz) = 482e9d3a48c09c679539d2f9039a647d69ee1c9dd4dbef26a25d3dd350137cfe51ac8695685ae0078bc75c38d41a2e4a2554064a9111083f07ffe32aa3044d9e
|
||||
|
Loading…
Reference in New Issue
Block a user