Change this functionality to our implementation of this functionality.
This commit is contained in:
parent
8c47ad04ba
commit
c53b75bdd2
@ -1042,7 +1042,7 @@ tunable_policy(`httpd_enable_cgi && httpd_can_network_connect',`
|
|||||||
')
|
')
|
||||||
|
|
||||||
tunable_policy(`httpd_enable_homedirs',`
|
tunable_policy(`httpd_enable_homedirs',`
|
||||||
userdom_read_user_home_content_files(httpd_sys_script_t)
|
userdom_search_user_home_dirs(httpd_sys_script_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
|
tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
|
||||||
@ -1050,6 +1050,10 @@ tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
|
|||||||
fs_read_nfs_symlinks(httpd_sys_script_t)
|
fs_read_nfs_symlinks(httpd_sys_script_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
tunable_policy(`httpd_read_user_content',`
|
||||||
|
userdom_read_user_home_content_files(httpd_sys_script_t)
|
||||||
|
')
|
||||||
|
|
||||||
tunable_policy(`httpd_use_cifs',`
|
tunable_policy(`httpd_use_cifs',`
|
||||||
fs_manage_cifs_dirs(httpd_sys_script_t)
|
fs_manage_cifs_dirs(httpd_sys_script_t)
|
||||||
fs_manage_cifs_files(httpd_sys_script_t)
|
fs_manage_cifs_files(httpd_sys_script_t)
|
||||||
|
Loading…
Reference in New Issue
Block a user