From c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 6 Nov 2024 22:19:01 +0100 Subject: [PATCH] update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 168f783ef7..dbc3d5a2f9 100644 --- a/TODO +++ b/TODO @@ -129,6 +129,12 @@ Deprecations and removals: Features: +* machined: when registering a machine, also take a relative cgroup path, + relative to the machine's unit. This is useful when registering unpriv + machines, as they might sit down the cgroup tree, below a cgroup delegation + boundary. Then, install an inotify watch on that cgroup to track when the + machine's local cgroup goes down. + * resolved: report ttl in resolution replies if we know it. This data is useful for tools such as wireguard which want to periodically re-resolve DNS names, and might want to use the TTL has hint for that.