Skip to content

Commit

Permalink
Merge pull request #52 from mikedep333/51_galaxy_importer
Browse files Browse the repository at this point in the history
galaxy-importer support and release 1.3.1
  • Loading branch information
mikedep333 authored Apr 21, 2022
2 parents 0605ed5 + 70ed98f commit 479da91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions pulpcore.fc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pulpcore.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(pulpcore, 1.3.0)
policy_module(pulpcore, 1.3.1)

require {
type httpd_config_t;
Expand Down
2 changes: 1 addition & 1 deletion pulpcore_port.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(pulpcore_port, 1.3.0)
policy_module(pulpcore_port, 1.3.1)

gen_require(`
attribute port_type;
Expand Down
2 changes: 1 addition & 1 deletion pulpcore_rhsmcertd.te
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 479da91

Please sign in to comment.