Fix apache interface
This commit is contained in:
parent
f79af26649
commit
689bfef3a8
@ -33,7 +33,7 @@ template(`apache_content_template',`
|
|||||||
domain_type(httpd_$1_script_t)
|
domain_type(httpd_$1_script_t)
|
||||||
role system_r types 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
|
# This type is used for executable scripts files
|
||||||
type httpd_$1_script_exec_t, httpd_script_exec_type; # customizable;
|
type httpd_$1_script_exec_t, httpd_script_exec_type; # customizable;
|
||||||
|
Loading…
Reference in New Issue
Block a user