Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Bump pulpcore-selinux to 1.2.5
Browse files Browse the repository at this point in the history
Adds support for systemd Type=notify

fixes: #9272
pulpcore-selinux needs SELinux changes for systemd Type=notify
https://pulp.plan.io/issues/9272

related to #9271
gunicorn processes should be managed by systemd as Type=notify
https://pulp.plan.io/issues/9271
  • Loading branch information
mikedep333 committed Aug 24, 2021
1 parent 533d8e5 commit 2a942bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/9272.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update pulpcore-selinux policies to 1.2.5. Adds support for Type=notify systemd Services (#9271). Hides a harmless SELinux denial from the audit logs when accessing /etc/httpd/mime.types on some systems like EL7 without `mailcap` installed.
2 changes: 1 addition & 1 deletion roles/pulp_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ __pulp_selinux_policy_pkgs:
- pulpcore
- pulpcore_rhsmcertd
__pulp_selinux_repo: 'https://github.com/pulp/pulpcore-selinux.git'
__pulp_selinux_version: '1.2.4'
__pulp_selinux_version: '1.2.5'
__pulp_selinux_label_dirs:
- "{{ pulp_install_dir }}"
- "{{ pulp_config_dir }}"
Expand Down

0 comments on commit 2a942bb

Please sign in to comment.