Added an allow that permitted apache to read httpd_sys_content_t stuff so that it would start
This commit is contained in:
parent
710791f1a4
commit
3d37bca18f
@ -177,6 +177,8 @@ allow httpd_t httpd_squirrelmail_t:dir create_dir_perms;
|
||||
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_tmp_t:dir create_dir_perms;
|
||||
allow httpd_t httpd_tmp_t:file create_file_perms;
|
||||
files_create_tmp_files(httpd_t, httpd_tmp_t, { file dir })
|
||||
|
Loading…
Reference in New Issue
Block a user