]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Nov 2022 14:14:22 +0000 (15:14 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 21 Nov 2022 14:14:22 +0000 (15:14 +0100)
TODO

diff --git a/TODO b/TODO
index cd80d05e7a0e5ddd2ed9b092e49f64162a0a6a31..6ad4778ddc9e8d634985dfded63bec3f90789dc1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -121,6 +121,12 @@ Deprecations and removals:
 
 Features:
 
+* fix systemd-gpt-auto-generator in case a UKI is spawned from XBOOTLDR without
+  sd-boot. In that case LoaderDevicePartUUID will point to the XBOOTLDR, and we
+  should then derive the root disk from that, and then the ESP/XBOOTLDR from
+  that. Right now we will only mount ESP if it matches LoaderDEvicePartUUID
+  which isn't quite the same.
+
 * maybe prohibit setuid() to the nobody user, to lock things down, via seccomp.
   the nobody is not a user any code should run under, ever, as that user would
   possibly get a lot of access to resources it really shouldn't be getting