Fixes SELinux contexts from httpsd binary.
This commit is contained in:
parent
9843464f8c
commit
cd6cd656e2
1 changed files with 3 additions and 0 deletions
|
@ -269,6 +269,9 @@ class apache::sslserver inherits apache::common {
|
||||||
file { "/usr/sbin/httpsd":
|
file { "/usr/sbin/httpsd":
|
||||||
ensure => link,
|
ensure => link,
|
||||||
target => "/usr/sbin/httpd",
|
target => "/usr/sbin/httpd",
|
||||||
|
seluser => "system_u",
|
||||||
|
selrole => "object_r",
|
||||||
|
seltype => "httpd_exec_t",
|
||||||
require => Package["httpd"],
|
require => Package["httpd"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue