]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 42454/head
authorLennart Poettering <lennart@amutable.com>
Wed, 3 Jun 2026 09:12:22 +0000 (11:12 +0200)
committerLennart Poettering <lennart@amutable.com>
Tue, 23 Jun 2026 21:10:02 +0000 (23:10 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 4d6668dace7a70be4975990e63ea3b7b2407ae0f..a302415b84f074f04dc3267421e560664077a195 100644 (file)
--- 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