Skip to content

Commit

Permalink
Prevent pcluster from changing default permissions on /home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Aug 28, 2024
1 parent 714d6c9 commit e78bc61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
directory shared_dir do
owner 'root'
group 'root'
mode '1777'
mode mode new_resource.mode
end
end

Expand Down

0 comments on commit e78bc61

Please sign in to comment.