fix http_script_domains, it was incorrectly applied to the content type rather than the script domain. bug #24.
This commit is contained in:
parent
f88ef60ac0
commit
39d8dcdb4f
|
@ -269,7 +269,7 @@ template(`apache_per_role_template', `
|
|||
|
||||
apache_content_template($1)
|
||||
|
||||
typeattribute httpd_$1_content_t httpd_script_domains;
|
||||
typeattribute httpd_$1_script_t httpd_script_domains;
|
||||
userdom_user_home_content($1,httpd_$1_content_t)
|
||||
|
||||
role $3 types httpd_$1_script_t;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(apache,1.5.5)
|
||||
policy_module(apache,1.5.6)
|
||||
|
||||
#
|
||||
# NOTES:
|
||||
|
|
Loading…
Reference in New Issue