From 6c25b6293b553df5d14eb0145c13acfeb7e053a4 Mon Sep 17 00:00:00 2001 From: Zdenek Pytela Date: Aug 27 2021 09:50:45 +0000 Subject: * Fri Aug 27 2021 Zdenek Pytela - 34.17-3 - Add ica module to modules-targeted.conf --- diff --git a/modules-targeted.conf b/modules-targeted.conf index d30a279..16f8f79 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -2563,3 +2563,10 @@ realmd = module # The open-source application container engine # docker = module + +# Layer: contrib +# Module: ica +# +# ica +# +ica = module diff --git a/selinux-policy.spec b/selinux-policy.spec index 7703991..86f791f 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -24,7 +24,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 34.17 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Source1: modules-targeted-base.conf @@ -808,6 +808,9 @@ exit 0 %endif %changelog +* Fri Aug 27 2021 Zdenek Pytela - 34.17-3 +- Add ica module to modules-targeted.conf + * Fri Aug 27 2021 Zdenek Pytela - 34.17-2 - Relabel /var/lib/rpm explicitly - Revert "Relabel /dev/dma_heap explicitly"