]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Sep 2023 11:22:39 +0000 (13:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Sep 2023 11:22:45 +0000 (13:22 +0200)
TODO

diff --git a/TODO b/TODO
index b2bc9bec5aa70a103258038c4a04e4a815a99dc2..7fd2090c87229b3b7fdf2eb8a914f6212e96428b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -133,6 +133,12 @@ Deprecations and removals:
 
 Features:
 
+* in pid1: move out all cgroup state settings from Unit into a new object
+  CGroupState or so which is allocated when we realize the unit into a cgroup,
+  and then remains referenced by it. The new object should also carry an fd to
+  the realized cgroup, to pin it (and later execute all cgroup operations over,
+  once we drop cgroupv1 compat).
+
 * add new "systemd-ssh-generator", which allows basic ssh config via
   credentials (host key). It generates sshd.socket for IP, but also
   sshd-vsock.socket for listening on AF_VSOCK when running in a VM, and