logstash-plugins / logstash-output-file

Apache License 2.0
23 stars 53 forks source link

Configuration option for umask #18

Closed bobrik closed 8 years ago

bobrik commented 8 years ago

Due to bug in jruby (https://github.com/jruby/jruby/issues/3426) currently log files are created with rwx permissions for everybody. This is far from being secure.

Having an option to specify umask explicitly could fix the issue and provide more flexibility.