From 081c2878668b4825a256a38de50b9613aab68dd5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 18 2021 06:11:17 +0000 Subject: import selinux-policy-3.14.3-67.el8 --- diff --git a/.gitignore b/.gitignore index 4bb0911..2c81044 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/container-selinux.tgz +SOURCES/selinux-policy-55f4df9.tar.gz SOURCES/selinux-policy-contrib-5a34aed.tar.gz -SOURCES/selinux-policy-f03e96b.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index 41241d4..30ba56b 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,3 +1,3 @@ -cb067707a9936c8284f209ddb8f4a3011a302730 SOURCES/container-selinux.tgz +7ceb35aad9e24fb10f07a43f2df6b5c4bfd1cd96 SOURCES/container-selinux.tgz +c10a1f894f9a2b1eb2159c2c753d97a5ff788887 SOURCES/selinux-policy-55f4df9.tar.gz 00ac11cfcd23af70f64c6e2b80cd729e1b86036b SOURCES/selinux-policy-contrib-5a34aed.tar.gz -ee9152107300c1098258d3228ca6322f92cd64da SOURCES/selinux-policy-f03e96b.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index 8876df1..77b2574 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -1,6 +1,6 @@ # github repo with selinux-policy base sources %global git0 https://github.com/fedora-selinux/selinux-policy -%global commit0 f03e96be44ed92351de89ee0fa275391dbeaf3ea +%global commit0 55f4df96a3aff2ed1791e428385e1967856eed49 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # github repo with selinux-policy contrib sources @@ -29,7 +29,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.3 -Release: 66%{?dist} +Release: 67%{?dist} License: GPLv2+ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz @@ -715,6 +715,10 @@ exit 0 %endif %changelog +* Mon Mar 15 2021 Zdenek Pytela - 3.14.3-67 +- Allow systemd the audit_control capability conditionally +Resolves: rhbz#1861771 + * Thu Mar 04 2021 Zdenek Pytela - 3.14.3-66 - Disallow user_t run su/sudo and staff_t run su Resolves: rhbz#1907517