summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-28 19:38:38 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-28 19:38:55 +0200
commitc98fef264b4834955e4fe3dd9b4bc76f370888af (patch)
treec5641ac36a381e4fa124fe6a23233d3eb8e78592 /TODO
parentbac1b832178a92345c7f857db1be0f1dd4c2ba39 (diff)
downloadsystemd-c98fef264b4834955e4fe3dd9b4bc76f370888af.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files 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)