]> git.ipfire.org Git - thirdparty/systemd.git/commit
oomd: correct listening sockets
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Sep 2023 16:10:50 +0000 (18:10 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 25 Sep 2023 21:27:18 +0000 (23:27 +0200)
commit0869e1326a1b76e9363fd948bd9e90704751b659
tree06996a9eb6601c8acd67a548235a9e9ed81104f3
parenta4edf0335d9d07dabe0e8ca4560fafb934d4dffd
oomd: correct listening sockets

So, unfortunately oomd uses "io.system." rather than "io.systemd." as
prefix for its sockets. This is a mistake, and doesn't match the
Varlink interface naming or anything else in oomd.

hence, let's fix that.

Given that this is an internal protocol between PID1 and oomd let's
simply change this without retaining compat.
src/basic/constants.h
test/fuzz/fuzz-manager-serialize/state
units/systemd-oomd.socket