Change... to what?
Change... to what?
Posted Nov 25, 2011 9:25 UTC (Fri) by dlang (guest, #313)In reply to: Change... to what? by anselm
Parent article: That newfangled Journal thing
> Except that clients will still be able to lie to the syslog service about their identity, etc. Structured messages are one thing that The Journal is about, but Lennart and Kay do address a fair number of other concerns. Some of these might be amenable to changes to rsyslogd, but others are more difficult to treat within that framework while Lennart and Kay do seem to have a handle on them. I think their proposal at least bears thinking about.
actually, journald is only able to avoid the application lieing to it for programs that are started by systemd and do all their logging through systemd.
This could be done with normal syslog by creating a unique /dev/log replacement for each application group that's started and then tagging to indicate which one the log arrives on (modern syslog daemons already allow you to have multiple sources and to know which source the log came from)
If anything else generates logs to journald in any way that bypasses the library, that thing could also lie about who it is. good programs won't do this, but good programs won't lie about who they are in the first place (unless they have a good reason to do so, which is very possible)
