Hi, Somewhere in the process of upgrading from 1.5.3 to 1.15.14 the process by which the umask is used somehow changed. Whenever I HUP syslog-ng now, the files opened for writing are set to 600, when I want/need 644. I see that there's a permissions option for unix streams, but what about files? I don't see anything obvious in the source, but maybe I'm just looking in the wrong place. Thanks for any pointers! Scott
On Wed, Feb 06, 2002 at 10:00:20AM +0100, Scott A. McIntyre wrote:
Hi,
Somewhere in the process of upgrading from 1.5.3 to 1.15.14 the process by which the umask is used somehow changed. Whenever I HUP syslog-ng now, the files opened for writing are set to 600, when I want/need 644. I see that there's a permissions option for unix streams, but what about files? I don't see anything obvious in the source, but maybe I'm just looking in the wrong place.
use perm(0644) in your file destination. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Scott A. McIntyre