Skip to content

Commit

Permalink
Merge pull request bflad#93 from linc01n/hotfix/umask_warning
Browse files Browse the repository at this point in the history
Set umask to 0027 for more secure file creation
  • Loading branch information
linc01n committed Jun 20, 2015
2 parents b17ee5c + f08417a commit 08a0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/3.8+/setenv.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ JVM_REQUIRED_ARGS="-Djava.awt.headless=true -Dfile.encoding=${JVM_FILE_ENCODING}
# Uncommenting the following will set the umask for the Atlassian Stash application. If can be used to override
# the default settings of the Stash user is they are not sufficiently secure.
#
# umask 0027
umask 0027

#-----------------------------------------------------------------------------------
# JMX
Expand Down

0 comments on commit 08a0e97

Please sign in to comment.