Skip to content

Commit

Permalink
Merge pull request #45 from mikedep333/new_tasking_system
Browse files Browse the repository at this point in the history
New tasking system
  • Loading branch information
mikedep333 committed Jan 14, 2022
2 parents aab4745 + a87b623 commit 965cf86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pulpcore.fc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
/usr/libexec/pulpcore/gunicorn -- gen_context(system_u:object_r:pulpcore_server_exec_t,s0)

/usr/local/lib/pulp/bin/gunicorn -- gen_context(system_u:object_r:pulpcore_server_exec_t,s0)
/usr/local/lib/pulp/bin/pulpcore-worker -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
# Old tasking system.
/usr/local/lib/pulp/bin/rq -- gen_context(system_u:object_r:pulpcore_exec_t,s0)

/var/lib/pulp/(media|artifact)(/.*)? gen_context(system_u:object_r:pulpcore_var_lib_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.2.7)
policy_module(pulpcore, 1.2.8)

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.2.7)
policy_module(pulpcore_port, 1.2.8)

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.2.7)
policy_module(pulpcore_rhsmcertd, 1.2.8)

gen_require(`
type pulpcore_server_t, rhsmcertd_config_t;
Expand Down

0 comments on commit 965cf86

Please sign in to comment.