Skip to content

Commit

Permalink
Fixes #24589: SELinux error for downloading files
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Mar 28, 2024
1 parent 5600487 commit 60b58c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay/sources/selinux/rudder-relay.te
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ allow rudder_relayd_t proc_t:file { open read getattr };

# Allow access to files shared with apache httpd (reports and inventories)
miscfiles_manage_public_files(rudder_relayd_t)
miscfiles_read_public_files(rudder_relayd_t)

read_files_pattern(httpd_t, rudder_relayd_var_lib_t, rudder_relayd_var_lib_t)
read_files_pattern(rudder_relayd_t, rudder_relayd_var_lib_t, rudder_relayd_var_lib_t)
Expand Down

0 comments on commit 60b58c9

Please sign in to comment.