From 59b137280d5262b9baf0ba162576884d5fdc713f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 24 Jan 2024 21:04:40 +0000 Subject: [PATCH] import UBI selinux-policy-38.1.23-1.el9_3.1 --- .gitignore | 2 +- .selinux-policy.metadata | 4 ++-- SPECS/selinux-policy.spec | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c150092..d1757ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/container-selinux.tgz -SOURCES/selinux-policy-edf0eb4.tar.gz +SOURCES/selinux-policy-3fbd3ea.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index 2a9c84a..67591f4 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,2 +1,2 @@ -57d4e2a5363716c35460855ec3534c2c0fc65e13 SOURCES/container-selinux.tgz -56904e29b53ee59bd96c21662583398adb39e7da SOURCES/selinux-policy-edf0eb4.tar.gz +f23c36709dc62bc9e5bac422e17703ff7bda7cdc SOURCES/container-selinux.tgz +aaf128bbb968e41b629fb5bd6d8e188c14af6c23 SOURCES/selinux-policy-3fbd3ea.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index 56d6b8c..74feda6 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -1,6 +1,6 @@ # github repo with selinux-policy sources %global giturl https://github.com/fedora-selinux/selinux-policy -%global commit edf0eb42087eadd8c9fb8cb9b67a07023fffd00b +%global commit 3fbd3ea192ed94b02a2c91c3b91f4e7614898fa7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define distro redhat @@ -24,7 +24,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 38.1.23 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: GPLv2+ Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Source1: modules-targeted-base.conf @@ -809,6 +809,10 @@ exit 0 %endif %changelog +* Tue Dec 05 2023 Juraj Marcin - 38.1.23-1.1 +- Allow ip an explicit domain transition to other domains +Resolves: RHEL-14248 + * Fri Aug 25 2023 Nikola Knazekova - 38.1.23-1 - Allow cups-pdf connect to the system log service Resolves: rhbz#2234765