remove redundant conditional
This commit is contained in:
parent
9539535ccc
commit
eaa823e1a6
|
@ -600,10 +600,6 @@ tunable_policy(`httpd_enable_cgi && httpd_unified',`
|
|||
allow httpd_sys_script_t httpd_suexec_t:process sigchld;
|
||||
')
|
||||
|
||||
tunable_policy(`httpd_enable_cgi && httpd_unified && httpd_builtin_scripting',`
|
||||
domain_auto_trans(httpd_suexec_t, httpdcontent, httpd_sys_script_t)
|
||||
')
|
||||
|
||||
tunable_policy(`httpd_enable_homedirs && use_nfs_home_dirs',`
|
||||
fs_read_nfs_files(httpd_suexec_t)
|
||||
fs_read_nfs_symlinks(httpd_suexec_t)
|
||||
|
|
Loading…
Reference in New Issue