Skip to content

Commit

Permalink
Merge pull request #334 from Azure/feature/318
Browse files Browse the repository at this point in the history
deny access to cluster-init files to non root users
  • Loading branch information
xpillons authored May 24, 2021
2 parents bdf8e3d + e200a38 commit 74b10a2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash
# Apply default configuration to the node
# Remote read access to the cluster init script files for all users
chmod 700 -R /mnt/cluster-init

# change access to resource so that temp jobs can be written there
chmod 777 /mnt/resource
Expand Down

0 comments on commit 74b10a2

Please sign in to comment.