]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 26693/head
authorLennart Poettering <lennart@poettering.net>
Mon, 6 Mar 2023 11:13:57 +0000 (12:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Mar 2023 21:29:11 +0000 (22:29 +0100)
TODO

diff --git a/TODO b/TODO
index 541c02cb12f2355df92382e7360203a9f1a524d2..42334537e52ec7013ffd8afe5c071d3fe375724f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -132,6 +132,12 @@ Features:
 * set MS_NOSYMFOLLOW for ESP and XBOOTLDR mounts both in gpt-generator and in
   dissect.c
 
+* rework loopback support in fstab: when "loop" option is used, then
+  instantiate a new systemd-loop@.service for the source path, set the
+  lo_file_name field for it to something recognizable derived from the fstab
+  line, and then generate a mount unit for it using a udev generated symlink
+  based on lo_file_name.
+
 * remove tomoyo support, it's obsolete and unmaintained apparently
 
 * journald: add varlink service that allows subscribing to certain log events,
@@ -277,9 +283,6 @@ Features:
 * systemd-sysext: for sysext DDIs picked up via EFI stub, set much stricter
   image policy by default
 
-* systemd-dissect: maybe add "--attach" and "--detach" verbs which
-  synchronously attach a DDI to a loopback device but not actually mount them.
-
 * pam_systemd_home: add module parameter to control whether to only accept
   only password or only pcks11/fido2 auth, and then use this to hook nicely
   into two of the three PAM stacks gdm provides.