msmtpd pour RHEL8 : fix selinux fcontext

This commit is contained in:
Gitouche 2024-06-06 21:48:59 +02:00
parent 6a87854b47
commit 51792285e5

View file

@ -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: