Bugzilla – Bug 134541
Syslog permissions
Last modified: 2005-11-22 10:28:45 UTC
There are some nice tools available like MetaMonitor which display new syslog items with popups. Unfortunately the permission of /var/log/messages are set to -rw-r----- which makes a user unable to read this file. Could this be changed to allow reading the file for all users?IMHO the syslog is nothing a user shouldn´t be allowed to read.
Bad idea, suppose a user exchange password with user account name. This data should not be readable to normal users. The nice tool should use /dev/xconsole, a pipe which is used by syslog and syslog-ng if a reader is attached to this pipe. Only data which are not security relevant will be written to that pipe.
Ok, this sounds reasonable. /dev/xconsole is also set to -rw-r----- by default,so I can´t set MetaMonitor to watch this pipe.
the permissions will be set dynamically: -> /etc/X11/xdm/GiveDevices -> /etc/X11/xdm/TakeDevices