From: Lennart Poettering Date: Wed, 3 Jun 2026 09:12:22 +0000 (+0200) Subject: update TODO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F42454%2Fhead;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO.md b/TODO.md index 4d6668dace7..a302415b84f 100644 --- a/TODO.md +++ b/TODO.md @@ -231,12 +231,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later sequences of this type, so that every step of the way we get the right behaviour. -- now that the kernel supports xattrs on sockets: mark varlink entrypoint - sockets, server side of varlink sockets, and client sides of valrink sockets - with distinct xattrs to make them recognizable (similar maybe for our other - protocols, such as syslog, journal native entry point). For entrypoints might - require new .socket unit setting. - - implement "varlinkctl trace" or so, that watches socket traffic on a group of processes (select by pid, select by cgroup, select by all machine), and shows traffic of all sockets marked via the new varlink socket xattrs. Use BPF for