update TODO

This commit is contained in:
Lennart Poettering 2020-04-28 19:38:38 +02:00
parent bac1b83217
commit c98fef264b
1 changed files with 3 additions and 4 deletions

7
TODO
View File

@ -22,6 +22,9 @@ Janitorial Clean-ups:
Features:
* busctl: maybe expose a verb "ping" for pinging a dbus service to see if it
exists and responds.
* homed: add homed.conf setting DefaultStorage= or so
* homed: maybe pre-create ~/.cache as subvol so that it can have separate quota
@ -35,10 +38,6 @@ Features:
thus allows defining OS images which can be A/B updated and we default to the
newest version automatically, both in nspawn and in sd-boot
* drop sd_bus_message_set_priority() from sd-bus API and documentation as much
as we can, it's a kdbus left-over and unlikely to come back on AF_UNIX, since
it's not really implementable there.
* cryptsetup/homed: also support FIDO2 HMAC password logic for unlocking
devices. (see: https://github.com/mjec/fido2-hmac-secret)