From 689bfef3a8585dee7ce82a5797569a84434cbeec Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 8 Sep 2010 10:29:40 -0400 Subject: [PATCH] Fix apache interface --- policy/modules/services/apache.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/apache.if b/policy/modules/services/apache.if index 46d09608..2244b11e 100644 --- a/policy/modules/services/apache.if +++ b/policy/modules/services/apache.if @@ -33,7 +33,7 @@ template(`apache_content_template',` domain_type(httpd_$1_script_t) role system_r types httpd_$1_script_t; - search_dirs_pattern($1, httpd_sys_content_t, httpd_script_exec_type) + search_dirs_pattern(httpd_$1_script_t, httpd_sys_content_t, httpd_script_exec_type) # This type is used for executable scripts files type httpd_$1_script_exec_t, httpd_script_exec_type; # customizable;