Skip to content

Reduce file permissions for config files

Grant Young requested to merge gy-reduce-file-permissions into master

What does this MR do?

Reduces permissions of config files copied by Ansible down to a more reasonable 644 instead of 755, specifically to remove the execute flag for security.

Merge request reports