Skip to content

Commit c7f0ae4

Browse files
committed
Allow httpd_t domain to mmap own var_lib_t files BZ(1804853)
1 parent 66987a9 commit c7f0ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache.te

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ allow httpd_t httpd_tmpfs_t:file map;
575575
manage_dirs_pattern(httpd_t, httpd_var_lib_t, httpd_var_lib_t)
576576
manage_files_pattern(httpd_t, httpd_var_lib_t, httpd_var_lib_t)
577577
manage_lnk_files_pattern(httpd_t, httpd_var_lib_t, httpd_var_lib_t)
578+
allow httpd_t httpd_var_lib_t:file map;
578579
files_var_lib_filetrans(httpd_t, httpd_var_lib_t, { dir file })
579580

580581
setattr_dirs_pattern(httpd_t, httpd_var_run_t, httpd_var_run_t)

0 commit comments

Comments
 (0)