summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-12-20 19:48:23 +0100
committerLennart Poettering <lennart@poettering.net>2018-01-05 13:59:12 +0100
commitc3cd7cc9297f44a2c856b74a510fdac14bd3ec61 (patch)
tree19ff2866e3b7be41bf917ec63cf5b1dc0e012643 /TODO
parentman: document all the new APIs we added (diff)
downloadsystemd-c3cd7cc9297f44a2c856b74a510fdac14bd3ec61.tar.xz
systemd-c3cd7cc9297f44a2c856b74a510fdac14bd3ec61.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 251ce4f8ec7..a28c82ed665 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,9 @@ Features:
* add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel
+* sd-bus: add vtable flag, that may be used to request client creds implicitly
+ and asynchronously before dispatching the operation
+
* implement transient socket unit.
* make systemd-run create transient path and socket unit.
@@ -56,8 +59,6 @@ Features:
the runtime dir as we maintain for the fdstore: i.e. keep it around as long
as the unit is running or has a job queued.
-* add async version of sd_bus_add_match and make use of that
-
* support projid-based quota in machinectl for containers, and then drop
implicit btrfs loopback magic in machined
@@ -495,14 +496,12 @@ Features:
- see if we can introduce a new sd_bus_get_owner_machine_id() call to retrieve the machine ID of the machine of the bus itself
- see if we can drop more message validation on the sending side
- add API to clone sd_bus_message objects
- - make AddMatch calls on dbus1 transports async?
- longer term: priority inheritance
- dbus spec updates:
- NameLost/NameAcquired obsolete
- GVariant
- path escaping
- update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
- - test bloom filter generation indexes
* sd-event
- allow multiple signal handlers per signal?