Update policies to be compatible with RHEL7
This commit is contained in:
parent
55d739035e
commit
8d3fc995d8
2 changed files with 8 additions and 6 deletions
Binary file not shown.
|
@ -1,11 +1,13 @@
|
|||
policy_module(upload_cgi,1.0.0)
|
||||
policy_module(upload_cgi,1.1.0)
|
||||
|
||||
|
||||
gen_require(` type httpd_git_script_t ; ')
|
||||
type upload_cgi_tmp_t;
|
||||
files_tmp_file(upload_cgi_tmp_t);
|
||||
allow httpd_git_script_t upload_cgi_tmp_t:file manage_file_perms;
|
||||
files_tmp_filetrans(httpd_git_script_t, upload_cgi_tmp_t, file);
|
||||
require {
|
||||
type httpd_git_script_t;
|
||||
type git_script_tmp_t;
|
||||
}
|
||||
|
||||
files_tmp_file(git_script_tmp_t)
|
||||
allow httpd_git_script_t git_script_tmp_t:file manage_file_perms;
|
||||
|
||||
|
||||
# Do not audit attempts to read the process state (/proc/pid) of all domains.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue