]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 29594/head
authorLennart Poettering <lennart@poettering.net>
Tue, 17 Oct 2023 08:57:26 +0000 (10:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 18 Oct 2023 12:49:40 +0000 (14:49 +0200)
TODO

diff --git a/TODO b/TODO
index 75b25fcfcee26e5d649726655d67a445d262a63a..89583ebbe7671323ce0453a59273edf4a5ffc49c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -241,14 +241,14 @@ Features:
   a local key to it.
 
 * PidRef conversion work:
-  - pid_is_unwaited() → pidref_is_unwaited()
-  - pid_is_alive() → pidref_is_alive()
-  - is_kernel_thread() → pidref_is_kernel_thread()
-  - pid_is_my_child() → pidref_is_my_child()
-  - get_process_uid() → pidref_get_uid()
+  - cg_pid_get_xyz()
+  - pid_from_same_root_fs()
+  - get_ctty_devnr()
+  - mount_image_in_namespace()
+  - bind_mount_in_namespace()
+  - pid1: sd_notify() receiver should use SCM_PIDFD to authenticate client
   - actually wait for POLLIN on pidref's pidfd in service logic
-  - exec_spawn()
-  - cg_pid_get_unit()
+  - exec_spawn() + safe_fork()
   - openpt_allocate_in_namespace()
   - sd_bus_creds
   - unit_attach_pid_to_cgroup_via_bus()