Skip to content

Commit

Permalink
Merge pull request #1152 from fluent/fix-1019
Browse files Browse the repository at this point in the history
Set 0 to umask for keeping v0.12 behaviour. fix #1019
  • Loading branch information
repeatedly authored Aug 9, 2016
2 parents 69b5bdc + b199e8b commit d48ddb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def self.load_config(path, params = {})
logger_initializer: logger_initializer,
chuser: chuser,
chgroup: chgroup,
chumask: 0,
suppress_repeated_stacktrace: suppress_repeated_stacktrace,
daemonize: daemonize,
rpc_endpoint: rpc_endpoint,
Expand Down

0 comments on commit d48ddb5

Please sign in to comment.