Fixes SELinux contexts from httpsd binary.

This commit is contained in:
Timo Mkinen 2010-10-04 01:56:38 +03:00
parent 9843464f8c
commit cd6cd656e2

View file

@ -269,6 +269,9 @@ class apache::sslserver inherits apache::common {
file { "/usr/sbin/httpsd":
ensure => link,
target => "/usr/sbin/httpd",
seluser => "system_u",
selrole => "object_r",
seltype => "httpd_exec_t",
require => Package["httpd"],
}