fluent/fluentd

System config: add umask option

已關閉

#4,816 建立於 2025年2月3日

 (5 則留言) (0 個反應) (0 位負責人)Ruby (1,392 個分叉)batch import
enhancementgood first issue

倉庫指標

星標
 (13,529 顆星)
PR 合併指標
 (平均合併 9小時 42分鐘) (30 天內合併 30 個 PR)

描述

Is your feature request related to a problem? Please describe.

Some users need to change umask. Example:

  • #4810

Currently, we have to use the command line option --umask. It is inconvenient for the service or container image.

Describe the solution you'd like

Add umask option to the System config.

Describe alternatives you've considered

Without this option in System config, we can customize the command line options like https://github.com/fluent/fluentd/issues/4810#issuecomment-2629720905, but it is inconvenient.

Additional context

No response

貢獻者指南