chiark / gitweb /
journald: close passed fds we cannot make sense of
authorLennart Poettering <lennart@poettering.net>
Sat, 29 Nov 2014 23:51:45 +0000 (00:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Sun, 30 Nov 2014 21:58:55 +0000 (22:58 +0100)
commit4ec3cd7391e119b597375c547cf4ed50fce9f115
treeac9c16e8fbe048910de5b8ba05f0cc9d6c11cdd6
parent6067b34a1f770f845157f15b0c85b2f1140a2351
journald: close passed fds we cannot make sense of

This is mostly likely the audit socket, and we really should close it
if we cannot make sense of it, since as long as it is open the kernel
might disable the kmsg forwarding of audit msgs, and we should avoid
that, since audit msgs might get completely lost then.

I also downgraded the log message we show a bit, after all things should
really work fine, and we proceed fine with it.
src/journal/journald-server.c