[syslog-ng]syslog-ng 1.6.0 insists on log files with 600 perm issions

Balazs Scheidler syslog-ng@lists.balabit.hu
Thu, 10 Apr 2003 09:34:52 +0200


On Tue, Apr 08, 2003 at 01:28:35PM -0700, nate wrote:
> Hamilton, Andrew said:
> > Have you tried:
> >
> > destination all { file("/var/log/messages" perm(0640) ); };
> >
> > This works for me on 1.6.0.
> 
> no I haven't but I will! thanks!

you also have the possibility to specify this as a global option:

options { perm(0640); };

and then it will be default for all files.

-- 
Bazsi