1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

update TODO

This commit is contained in:
Lennart Poettering 2021-06-15 18:20:46 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 39d02a175f
commit cf2ab2e7ea

4
TODO
View File

@ -26,6 +26,8 @@ Janitorial Clean-ups:
Features: Features:
* in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)
* ability to insert trusted configuration and secrets into the boot parameters * ability to insert trusted configuration and secrets into the boot parameters
of a kernel booting in a VM or on baremetal some way, via TPM of a kernel booting in a VM or on baremetal some way, via TPM
protection. idea: protection. idea:
@ -1029,8 +1031,6 @@ Features:
here: here:
http://blog.vmsplice.net/2020/07/rethinking-event-loop-integration-for.html http://blog.vmsplice.net/2020/07/rethinking-event-loop-integration-for.html
* investigate endianness issues of UUID vs. GUID
* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we * dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
should be able to safely try another attempt when the bus call LoadUnit() is invoked. should be able to safely try another attempt when the bus call LoadUnit() is invoked.