From 16e9eda60b3254904290609206bee5ff97a29a64 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Mon, 18 Apr 2022 16:44:14 -0400 Subject: [PATCH 1/2] Add support for galaxy-importer fixes: #51 --- pulpcore.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pulpcore.fc b/pulpcore.fc index 75a20da..e2b3b3a 100644 --- a/pulpcore.fc +++ b/pulpcore.fc @@ -23,6 +23,10 @@ /var/lib/pulp/upload(/.*)? gen_context(system_u:object_r:pulpcore_var_lib_t,s0) /var/lib/pulp/sign-metadata.sh -- gen_context(system_u:object_r:pulpcore_var_lib_t,s0) +# galaxy-importer +/var/lib/pulp/.ansible(/.*)? gen_context(system_u:object_r:pulpcore_var_lib_t,s0) +/var/lib/pulp/.cache(/.*)? gen_context(system_u:object_r:pulpcore_var_lib_t,s0) + /var/log/galaxy_api_access.log gen_context(system_u:object_r:pulpcore_log_t,s0) /var/run/pulpcore-api(/.*)? gen_context(system_u:object_r:pulpcore_server_var_run_t,s0) From 70ed98f82dd46ce7fc7dc55739a479bf54501613 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Thu, 21 Apr 2022 13:13:22 -0400 Subject: [PATCH 2/2] Release 1.3.1 --- 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 5575cb0..c81fa1e 100644 --- a/pulpcore.te +++ b/pulpcore.te @@ -1,4 +1,4 @@ -policy_module(pulpcore, 1.3.0) +policy_module(pulpcore, 1.3.1) require { type httpd_config_t; diff --git a/pulpcore_port.te b/pulpcore_port.te index 3ec2e02..a4dd6bd 100644 --- a/pulpcore_port.te +++ b/pulpcore_port.te @@ -1,4 +1,4 @@ -policy_module(pulpcore_port, 1.3.0) +policy_module(pulpcore_port, 1.3.1) gen_require(` attribute port_type; diff --git a/pulpcore_rhsmcertd.te b/pulpcore_rhsmcertd.te index 1ea916e..c332528 100644 --- a/pulpcore_rhsmcertd.te +++ b/pulpcore_rhsmcertd.te @@ -1,4 +1,4 @@ -policy_module(pulpcore_rhsmcertd, 1.3.0) +policy_module(pulpcore_rhsmcertd, 1.3.1) gen_require(` type pulpcore_server_t, rhsmcertd_config_t;