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:
parent
c11417c4df
commit
f470a1e329
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user