umask/perm (was: Re: One last try...)
John_Delisle@ceridian.ca on Tue, Apr 10, 2001 at 03:09:51PM -0500: Hi everybody,
destination d_devices { file("/var/log/devices/$HOST/$PRIORITY" perm(0644) create_dirs(yes) dir_perm(0755)); };
When it creates them instead of being 755 and 644, they are 700 and 600.
Can anyone help? Is this a known issue? Has anyone got it working correctly? How is syslog-ng changing the perms, maybe I'm missing some system call or something! I'm open to suggestions/tips!!
has explicit setting of modes ((f)chmod() vs. open() with mode_t) made it into the source yet? Regards, -- Gregor Binder <gregor.binder@sysfive.com> http://sysfive.com/ sysfive.com GmbH UNIX. Networking. Security. Applications. PGP id: 0x20C6DA55 fp: 18AB 2DD0 F8FA D710 1EDC A97A B128 01C0 20C6 DA55
destination d_devices { file("/var/log/devices/$HOST/$PRIORITY" perm(0644) create_dirs(yes) dir_perm(0755)); };
When it creates them instead of being 755 and 644, they are 700 and 600.
Can anyone help? Is this a known issue? Has anyone got it working correctly? How is syslog-ng changing the perms, maybe I'm missing some system call or something! I'm open to suggestions/tips!!
has explicit setting of modes ((f)chmod() vs. open() with mode_t) made it into the source yet?
nope. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Gregor Binder