From cd6cd656e2885b7721aece8770204680f8a2bada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 4 Oct 2010 01:56:38 +0300 Subject: [PATCH] Fixes SELinux contexts from httpsd binary. --- apache/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache/manifests/init.pp b/apache/manifests/init.pp index c04a22a..6f8821b 100644 --- a/apache/manifests/init.pp +++ b/apache/manifests/init.pp @@ -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"], }