[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Any reason not to open read permissions to /var/log/messages?
- Subject: [ale] Any reason not to open read permissions to /var/log/messages?
- From: brian at polibyte.com (Brian Pitts)
- Date: Tue, 08 Apr 2008 18:13:36 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
Jeff Lightner wrote:
> /var/log/messages is currently only read/write for root with no
> permissions for anyone else.
>
> Other than ?none of their business? can anyone tell me any reason not to
> allow DBAs the ability to read the file (i.e. change it to be read for
> group and other)?
On most systems /var/log/messages catches a lot of stuff. Why not figure
out what facility generates the log messages that the DBAs need and
configure syslog to put just those messages into a file for them to read?
-Brian