Skip to content

Commit

Permalink
Merge pull request #71 from pulp/label-bin
Browse files Browse the repository at this point in the history
correctly label pulpcore-(api|content) binaries
  • Loading branch information
mikedep333 authored Jan 12, 2024
2 parents 79301aa + f57c41f commit e4062fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pulpcore.fc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
/etc/pulp/certs/token_public_key.pem gen_context(system_u:object_r:pulpcore_etc_t,s0)
/etc/pulp/settings.py gen_context(system_u:object_r:pulpcore_etc_t,s0)

/usr/bin/pulpcore-(api|content) -- gen_context(system_u:object_r:pulpcore_server_exec_t,s0)
/usr/bin/pulpcore-worker -- gen_context(system_u:object_r:pulpcore_exec_t,s0)

/usr/libexec/pulpcore/.* -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
/usr/libexec/pulpcore/gunicorn -- gen_context(system_u:object_r:pulpcore_server_exec_t,s0)

Expand Down

0 comments on commit e4062fa

Please sign in to comment.