Skip to content

Commit

Permalink
Merge pull request #5454 from habitat-sh/elliott/tmp_perms
Browse files Browse the repository at this point in the history
Update permissions in docker studio to 1777
  • Loading branch information
raskchanky authored Aug 15, 2018
2 parents 70ff001 + e2621bb commit 4834630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/rootless_studio/default/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

hab pkg exec core/hab-backline mkdir -p /tmp
hab pkg exec core/hab-backline mkdir -m 1777 -p /tmp

source /etc/habitat-studio/import_keys.sh
source /etc/habitat-studio/environment.sh
Expand Down

0 comments on commit 4834630

Please sign in to comment.