Fixed SELinux contexts from /etc/smrsh.
This commit is contained in:
parent
fabf5e90cb
commit
6d58857fe5
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ class sendmail::server inherits sendmail::common {
|
|||
$ssl_chain = basename($sendmail_ssl_chain)
|
||||
}
|
||||
|
||||
selinux::manage_fcontext { "/etc/smrsh(/.*)?":
|
||||
type => "sendmail_exec_t",
|
||||
}
|
||||
|
||||
case $operatingsystem {
|
||||
"centos","fedora": {
|
||||
File["/etc/sysconfig/sendmail"] {
|
||||
|
|
Loading…
Add table
Reference in a new issue