summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-11-06 22:19:01 +0100
committerLennart Poettering <lennart@poettering.net>2024-11-06 22:19:01 +0100
commitc8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966 (patch)
tree8966ac2e21eb5cfbdaf9130054295304695c7205 /TODO
parentNEWS: various cleanups (diff)
downloadsystemd-c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966.tar.xz
systemd-c8d45ebfd6bbb5f8ab408d1829ae1f0ffcbc2966.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
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.