* Thu Aug 17 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.21-1
- Allow logrotate_t to map generic files in /etc Resolves: rhbz#2231257 - Allow insights-client manage user temporary files Resolves: rhbz#2224737 - Make insights_client_t an unconfined domain Resolves: rhbz#2225526
This commit is contained in:
parent
d504b523d0
commit
dfa70ba52b
@ -1,6 +1,6 @@
|
||||
# github repo with selinux-policy sources
|
||||
%global giturl https://github.com/fedora-selinux/selinux-policy
|
||||
%global commit 15ca2e1186996977543bcf88dffcb16cb6fea020
|
||||
%global commit 072a364c1721a4daade3bc78480e6260ae011849
|
||||
%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.20
|
||||
Version: 38.1.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
@ -809,6 +809,14 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 17 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.21-1
|
||||
- Allow logrotate_t to map generic files in /etc
|
||||
Resolves: rhbz#2231257
|
||||
- Allow insights-client manage user temporary files
|
||||
Resolves: rhbz#2224737
|
||||
- Make insights_client_t an unconfined domain
|
||||
Resolves: rhbz#2225526
|
||||
|
||||
* Fri Aug 11 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.20-1
|
||||
- Allow user_u and staff_u get attributes of non-security dirs
|
||||
Resolves: rhbz#2215507
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (selinux-policy-15ca2e1.tar.gz) = 6c25023b673e0679e0b63de43160ab319286515e3bf6a10a2c0f619938ff0e990b801399d09783835bde21389ae4cd313d0f85da61bbb2ea62cbe48ad3528594
|
||||
SHA512 (container-selinux.tgz) = 9fa7f628877a148c4576e7d6bd5dc9bfe2592bb1e89c6796375d14d947774ddec6ae3c87f3dc46dc44a0d6319e4bcf8576440828bd767f5c6ee15f4a920627d8
|
||||
SHA512 (selinux-policy-072a364.tar.gz) = 32d27f6c7e9d859477d5eef18e128664eb2016552f7bd13dcb01527710b61c0411b3c6d885feefd03bb1503e98c5e92de5fa84ad662cf0bd5147311c5dfd6c27
|
||||
SHA512 (container-selinux.tgz) = f853e82906f43a5af133d35c64eb2419848f92f806f1f21e2ff01f784b4601cb5e8ccbff258e50bab31cf9b628389c54760d6cc38c521e2843e9b7e32dd0ac4c
|
||||
SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4
|
||||
|
Loading…
Reference in New Issue
Block a user