You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2019. It is now read-only.
I want to fasten permission of files to ensure system security from the CIS view point.
In my setup td-agent 1.3.3 of CentOS7, '/tmp/sigdump-[0-9]+.log' are unexpectedly dumped on every shudown of systemd td-agentd service.
Furthermore, the almost fully opened permission of sigdump files (666 on my environment) cannot be controlled by either the 'UMask' setting or the ' file_permission' setting of configuration file. (relation? : fluent/fluentd#1152 )
As far as I read the fluentd document, the sigdump files are written (only?) if the fluentd receives the SIGCONT signal.
If the implementation of the sigdump behavior has no bug, the descriptions below could be appended in the document.
the event of dumping sigdump in the standard setup of td-agent