From 81b001bdf43dc026b5eb5961a14ff087f63bb850 Mon Sep 17 00:00:00 2001 From: jinlun Date: Thu, 11 Apr 2024 17:17:08 +0800 Subject: [PATCH] update modules-targeted-contrib.conf --- modules-targeted-contrib.conf | 7 +++++++ selinux-policy.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index fdbdce0..ac38e25 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -2663,3 +2663,10 @@ ica = module # fedoratp # fedoratp = module + +# Layer: services +# Module: virt_supplementary +# +# non-libvirt virtualization libraries +# +virt_supplementary = module diff --git a/selinux-policy.spec b/selinux-policy.spec index 51b10e0..6492c19 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -12,7 +12,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 40.7 -Release: 1 +Release: 2 License: GPLv2+ URL: https://github.com/fedora-selinux/selinux-policy/ @@ -742,6 +742,9 @@ exit 0 %endif %changelog +* Thu Apr 11 2024 jinlun - 40.7-2 +- update modules-targeted-contrib.conf + * Thu Dec 28 2023 jinlun - 40.7-1 - update version to 40.7 - Allow chronyd-restricted read chronyd key files -- Gitee