Added a rule to allow apache to read httpd_sys_content_t so that it can show html error messages

This commit is contained in:
Don Miner 2005-10-24 22:01:08 +00:00
parent c11417c4df
commit f470a1e329

View File

@ -178,6 +178,7 @@ allow httpd_t httpd_squirrelmail_t:lnk_file create_lnk_perms;
allow httpd_t httpd_squirrelmail_t:file create_file_perms;
allow httpd_t httpd_sys_content_t:dir r_dir_perms;
allow httpd_t httpd_sys_content_t:file r_file_perms;
allow httpd_t httpd_tmp_t:dir create_dir_perms;
allow httpd_t httpd_tmp_t:file create_file_perms;