* Mon Aug 12 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.44-1
- Allow coreos-installer-generator work with partitions Resolves: RHEL-38614 - Label /etc/mdadm.conf.d with mdadm_conf_t Resolves: RHEL-38614 - Change file context specification to /var/run/metadata Resolves: RHEL-49735 - Allow initrc_t transition to passwd_t Resolves: RHEL-17404 - systemd: allow systemd_notify_t to send data to kernel_t datagram sockets Resolves: RHEL-25514 - systemd: allow sys_admin capability for systemd_notify_t Resolves: RHEL-25514 - Change systemd-network-generator transition to include class file Resolves: RHEL-47033 - Allow sshd_keygen_t connect to userdbd over a unix stream socket Resolves: RHEL-47033
This commit is contained in:
parent
a922a23d90
commit
c72977faea
@ -1,6 +1,6 @@
|
||||
# github repo with selinux-policy sources
|
||||
%global giturl https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit db1bd84c88991b0f2b38f9ee0a5182562c124f5d
|
||||
%global commit b98a9aa153fa314a437f7f979d06efdb191f5a24
|
||||
%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: 38.1.43
|
||||
Version: 38.1.44
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -809,6 +809,24 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.44-1
|
||||
- Allow coreos-installer-generator work with partitions
|
||||
Resolves: RHEL-38614
|
||||
- Label /etc/mdadm.conf.d with mdadm_conf_t
|
||||
Resolves: RHEL-38614
|
||||
- Change file context specification to /var/run/metadata
|
||||
Resolves: RHEL-49735
|
||||
- Allow initrc_t transition to passwd_t
|
||||
Resolves: RHEL-17404
|
||||
- systemd: allow systemd_notify_t to send data to kernel_t datagram sockets
|
||||
Resolves: RHEL-25514
|
||||
- systemd: allow sys_admin capability for systemd_notify_t
|
||||
Resolves: RHEL-25514
|
||||
- Change systemd-network-generator transition to include class file
|
||||
Resolves: RHEL-47033
|
||||
- Allow sshd_keygen_t connect to userdbd over a unix stream socket
|
||||
Resolves: RHEL-47033
|
||||
|
||||
* Wed Jul 31 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.43-1
|
||||
- Allow rhsmcertd read/write access to /dev/papr-sysparm
|
||||
Resolves: RHEL-49599
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (selinux-policy-db1bd84.tar.gz) = 630e29916c0913da677cd455f13844dca0cf9cc0f7501ecdd583da11b02c1afb3ebcdd9d6592e024c52a4a1c9b46c8b0be74da6cf90c4b1b775d694fa3669023
|
||||
SHA512 (selinux-policy-b98a9aa.tar.gz) = 53981108bd0ec6a649770a60961b7b9bec0f2dc2e1d10725b3dc4aea99b2593898a6fa226296f52b281a6d98710405a689e48af9a9934cf19146c331cc7259f0
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
SHA512 (container-selinux.tgz) = ca6d302d43bec59b5227cc2776ec42756d6925f5ffd84fcb14a62e6c63b8ab169b072c308c8d1b5efddb36f72474ff3cc1e57d0bd52734500a9d524352b536d5
|
||||
SHA512 (container-selinux.tgz) = 9b16b8b7da68e5c4855a1e28d445112b3ed8ce9150bb38dbc448072de00f68b9e551526fc76598fe3833f63db905062bab81124d5d199321aaa9729a57a2e291
|
||||
|
Loading…
Reference in New Issue
Block a user