import selinux-policy-34.1.43-1.el9_1.2

This commit is contained in:
CentOS Sources 2023-02-28 07:54:31 +00:00 committed by Stepan Oksanichenko
parent 4bffbbb0dc
commit 23e0b7b99b
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/container-selinux.tgz
SOURCES/selinux-policy-cd12132.tar.gz
SOURCES/selinux-policy-58474dd.tar.gz

View File

@ -1,2 +1,2 @@
d0aca979f362bc05881a734928a1fa223f6c8ec0 SOURCES/container-selinux.tgz
acd5572c0a5c94147bc1746b9ad6dac18f4c8bef SOURCES/selinux-policy-cd12132.tar.gz
ac01fd6272f1e24bd626d3990519275360c078cc SOURCES/container-selinux.tgz
6c48fcbc0c141e0f5a840fe7e8040d794ad48cac SOURCES/selinux-policy-58474dd.tar.gz

View File

@ -1,6 +1,6 @@
# github repo with selinux-policy sources
%global giturl https://github.com/fedora-selinux/selinux-policy
%global commit cd12132eaba9e20fd05aa30f4aa201a39607feab
%global commit 58474dde37fc2c59fa89f58aac5107b165f3a486
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define distro redhat
@ -24,7 +24,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 34.1.43
Release: 1%{?dist}.1
Release: 1%{?dist}.2
License: GPLv2+
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Source1: modules-targeted-base.conf
@ -794,6 +794,10 @@ exit 0
%endif
%changelog
* Wed Feb 15 2023 Nikola Knazekova <nknazeko@redhat.com> - 34.1.43-1.2
- Allow smbd_t process noatsecure permission for winbind_rpcd_t
Resolves: rhbz#2168961
* Fri Jan 06 2023 Nikola Knazekova <nknazeko@redhat.com> - 34.1.43-1.1
- Add domain_unix_read_all_semaphores() interface
Resolves: rhbz#2136760