Skip to content

Commit

Permalink
Merge pull request cfengine#5527 from vpodzime/3.18.x-selinux_httpd_t…
Browse files Browse the repository at this point in the history
…mp_files_open

[3.18.x] Allow httpd to open tmp files
  • Loading branch information
vpodzime authored Jun 4, 2024
2 parents ccc0d41 + 74aa9fe commit a35f79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/selinux/cfengine-enterprise.te.all
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ allow cfengine_httpd_t sssd_var_lib_t:dir search;
allow cfengine_httpd_t sssd_var_lib_t:sock_file write;
allow cfengine_httpd_t syslogd_var_run_t:dir search;
allow cfengine_httpd_t tmp_t:sock_file write;
allow cfengine_httpd_t tmp_t:file { create setattr unlink write rename };
allow cfengine_httpd_t tmp_t:file { create setattr unlink write rename open };
allow cfengine_httpd_t tmp_t:dir { add_name remove_name write read };
allow cfengine_httpd_t var_t:dir read;

Expand Down

0 comments on commit a35f79e

Please sign in to comment.