Skip to content

Commit

Permalink
Update finalize_compute.rb
Browse files Browse the repository at this point in the history
Directory permissions set to 0644 incorrectly leading to permissions problems when a non-root user tries to read files from /etc/sysconfig
  • Loading branch information
judouk authored and enrico-usai committed Oct 2, 2023
1 parent 74c71d6 commit 4c7d871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
directory '/etc/sysconfig' do
user 'root'
group 'root'
mode '0644'
mode '0755'
end

template "/etc/sysconfig/slurmd" do
Expand Down

0 comments on commit 4c7d871

Please sign in to comment.