mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
Update policies to be compatible with RHEL7
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user