diff --git a/roles/distgit/files/upload_cgi.te b/roles/distgit/files/upload_cgi.te index ef6e3dbce3..ea41d80639 100644 --- a/roles/distgit/files/upload_cgi.te +++ b/roles/distgit/files/upload_cgi.te @@ -4,6 +4,8 @@ policy_module(upload_cgi,1.1.0) require { type httpd_git_script_t; type git_script_tmp_t; + type git_script_t; + type nfs_t; } files_tmp_file(git_script_tmp_t)