* Tue Oct 10 2023 Zdenek Pytela <zpytela@redhat.com> - 40.2-1
- Make new virt drivers permissive - Split virt policy, introduce virt_supplementary module - Allow apcupsd cgi scripts read /sys - Merge pull request #1893 from WOnder93/more-early-boot-overlay-fixes - Allow kernel_t to manage and relabel all files - Add missing optional_policy() to files_relabel_all_files()
This commit is contained in:
parent
995481ca80
commit
2bde33920c
@ -1,6 +1,6 @@
|
||||
# github repo with selinux-policy sources
|
||||
%global giturl https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit 74fd8bbaf2d8d668831c3965287cdbb9b1a04763
|
||||
%global commit bc3f4485e6c891233c5603f3d067e2283377e75c
|
||||
%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.1
|
||||
Version: 40.2
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -814,6 +814,14 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Oct 10 2023 Zdenek Pytela <zpytela@redhat.com> - 40.2-1
|
||||
- Make new virt drivers permissive
|
||||
- Split virt policy, introduce virt_supplementary module
|
||||
- Allow apcupsd cgi scripts read /sys
|
||||
- Merge pull request #1893 from WOnder93/more-early-boot-overlay-fixes
|
||||
- Allow kernel_t to manage and relabel all files
|
||||
- Add missing optional_policy() to files_relabel_all_files()
|
||||
|
||||
* Tue Oct 03 2023 Zdenek Pytela <zpytela@redhat.com> - 40.1-1
|
||||
- Allow named and ndc use the io_uring api
|
||||
- Deprecate common_anon_inode_perms usage
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (selinux-policy-74fd8bb.tar.gz) = 9c13897da2ef95daf0b7855bb47429bea388beca4da7edb9f8e305a42d15b787eba10b79a7259c87b7c89433000ba7247f7b58fb155bfe258193b72713d112e8
|
||||
SHA512 (selinux-policy-bc3f448.tar.gz) = 04a04b6d3f20d077014863d76b1bc254bc7d2c8ea2fae9671696a110e72e511f3a8a45df68f9daf2ad52463587efe48fc83992d5f1851b1e1950693af6c4f84b
|
||||
SHA512 (container-selinux.tgz) = c1fa1803a18a5bd041febe0ca47ef083e2b3d17607ccbf4c4b943b83857655517d1aea2e626b5a07d0c1207f7ece8132250378a7682b29edd7f488becf9a4e96
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = 19fc6d2e18981fde9bbdadb89d110ce79c384d8a121ff27a802519ba59ff11c801cd70a03752f612cdc2d0b29b6cc44e171762bfd8633992a51b599d4560aad0
|
||||
|
Loading…
Reference in New Issue
Block a user