saz / puppet-rsyslog

Manage rsyslog through puppet
Apache License 2.0
50 stars 203 forks source link

Leave umask unset for redhat #278

Open Saford91 opened 7 years ago

Saford91 commented 7 years ago

Setting Rsyslog's umask to 0000 causes the /var/lib/rsyslog/imjournal.state file to be created with world writable permissions. This was fixable by setting the umask parameter, however, I don't think the umask should be set by default.

jdub55 commented 5 years ago

@saz - Wanted to check in on this. Any plans to merge this change in? Or are there particular concerns you have with the change?