From a4dcfd1f985827273697364da808bb816e0481a1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 25 Jun 2025 08:56:35 +0200 Subject: [PATCH] Release 2.1.0 --- pulpcore.te | 2 +- pulpcore_port.te | 2 +- pulpcore_rhsmcertd.te | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pulpcore.te b/pulpcore.te index 707459c..72bd711 100644 --- a/pulpcore.te +++ b/pulpcore.te @@ -1,4 +1,4 @@ -policy_module(pulpcore, 2.0.1) +policy_module(pulpcore, 2.1.0) require { type httpd_config_t; diff --git a/pulpcore_port.te b/pulpcore_port.te index d9e4faf..5e0a23a 100644 --- a/pulpcore_port.te +++ b/pulpcore_port.te @@ -1,4 +1,4 @@ -policy_module(pulpcore_port, 2.0.1) +policy_module(pulpcore_port, 2.1.0) gen_require(` attribute port_type; diff --git a/pulpcore_rhsmcertd.te b/pulpcore_rhsmcertd.te index 8aa489a..b0f80a2 100644 --- a/pulpcore_rhsmcertd.te +++ b/pulpcore_rhsmcertd.te @@ -1,4 +1,4 @@ -policy_module(pulpcore_rhsmcertd, 2.0.1) +policy_module(pulpcore_rhsmcertd, 2.1.0) gen_require(` type pulpcore_server_t, rhsmcertd_config_t;