msmtpd pour RHEL8 : fix selinux fcontext
This commit is contained in:
parent
6a87854b47
commit
51792285e5
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
- name: Fix msmtpd SELinux type context for msmtpd as a service
|
||||
community.general.sefcontext:
|
||||
target: '/usr/bin/msmtpd'
|
||||
setype: bin_t
|
||||
state: present
|
||||
|
||||
- name: Install msmtp
|
||||
yum:
|
||||
name:
|
||||
|
|
Loading…
Reference in a new issue