Fix apache interface

This commit is contained in:
Dan Walsh 2010-09-08 10:29:40 -04:00
parent f79af26649
commit 689bfef3a8

View File

@ -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;