Mailing List Archive

Log Permissions?
Is there a way to set the owner/group or read permissions of log
files created by rsyslog? I can't find much in the man pages.

--
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253
Log Permissions? [ In reply to ]
Look at www.rsyslog.com/doc Not the man pages. It is too much for man (but the above url is in it ;)). Check the config directives, there are a number of settings for that.

rainer

----- Urspr?ngliche Nachricht -----
Von: "Scott Baker" <bakers at web-ster.com>
An: "rsyslog-users" <rsyslog at lists.adiscon.com>
Gesendet: 24.12.07 22:53
Betreff: [rsyslog] Log Permissions?

Is there a way to set the owner/group or read permissions of log
files created by rsyslog? I can't find much in the man pages.

--
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
Log Permissions? [ In reply to ]
On 2007-12-24, Scott Baker <bakers at web-ster.com> wrote:
> Is there a way to set the owner/group or read permissions of log
> files created by rsyslog? I can't find much in the man pages.
>

I use these in my /etc/rsyslog.conf to give group "logread" read
permissions of all files:

$DirGroup logread
$DirCreateMode 0750
$FileGroup logread
$umask 0027



-jf