Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Set umask to 0027 for more secure file creation #93

Merged
merged 1 commit into from
Jun 20, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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