Skip to content

Commit

Permalink
Merge pull request #67 from mikedep333/kernel_keyring
Browse files Browse the repository at this point in the history
Fix pulpcore-worker being unable to read the
  • Loading branch information
mikedep333 authored Jun 30, 2023
2 parents b0a4472 + 4ae36b8 commit 379f43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulpcore.te
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ allow pulpcore_server_t httpd_config_t:dir read;

# This allows API/Content to read the kernel keyring for the worker process.
allow pulpcore_server_t pulpcore_t:key { read view };
# And the inverse.
allow pulpcore_t pulpcore_server_t:key { read view };

optional_policy(`
gpg_exec(pulpcore_t)
Expand Down

0 comments on commit 379f43c

Please sign in to comment.