From c98fef264b4834955e4fe3dd9b4bc76f370888af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 28 Apr 2020 19:38:38 +0200 Subject: [PATCH] update TODO --- TODO | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 8e54f3cd93..563e10c7e1 100644 --- a/TODO +++ b/TODO @@ -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)