Posted Aug 23, 2012 16:48 UTC (Thu) by josh (subscriber, #17465)
[Link]
This doesn't encrypt the logs; it just signs them. You can still get at the logs just as easily.
Forward secure sealing
Posted Aug 23, 2012 19:42 UTC (Thu) by dlang (✭ supporter ✭, #313)
[Link]
you just have to use the systemd tools to deal with all of your logs.
or you can have systemd forward the logs to a standard syslog server, at which point I don't see much value in having systemd process the logs in the first place (rsyslog and syslog-ng both have the ability to gather the 'trusted properties' such as pid, etc nowdays, you don't need systemd for that)