summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-26 15:01:50 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-26 15:01:50 +0100
commit7212c6083a5577eabc96c35c9db4c19c113cae93 (patch)
treea47c45980e4e68b8d1c3f463bf183794e6a82fa8 /TODO
parente12d81ae80214ef05ddedafd016bdd604ce17d12 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 8 insertions, 9 deletions
diff --git a/TODO b/TODO
index 31809be215..22c17b4789 100644
--- a/TODO
+++ b/TODO
@@ -257,12 +257,18 @@ Features:
ReadOnlyDirectories=... for whitelisting files for a service.
* sd-bus:
+ - systemd-bus-proxyd needs to enforce good old XML policy
+ - kdbus: peeking is subject to a race when we look at a message while the message is being migrated to the implementor's connection. Needs kernel fix, and then we need to invoke the FREE ioctl in busname_peek_message()
- kdbus: maybe add controlling tty and ppid metadata fields
+ - kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
+ - kdbus: busnames.target should get pulled in by basic.target
+ - Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
+ without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
+ pull-in the policy.
+ - port to sd-resolve for connecting to TCP dbus servers
- 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
- when kdbus does not take our message without memfds, try again with memfds
- - systemd-bus-proxyd needs to enforce good old XML policy
- introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
- - port to sd-resolve for connecting to TCP dbus servers
- 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?
@@ -275,17 +281,10 @@ Features:
- path escaping
- update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
- test bloom filter generation indexes
- - kdbus: peeking is subject to a race when we look at a message while the message is being migrated to the implementor's connection. Needs kernel fix, and then we need to invoke the FREE ioctl in busname_peek_message()
- - kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
- - kdbus: busnames.target should get pulled in by basic.target
- - Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus
- without the active policy and should get a Wants=org.freedesktop.resolve1.busname to
- pull-in the policy.
- bus-proxy: when passing messages from kdbus, make sure we properly
handle the case where a large number of fds is appended that we
cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
253 messages)
- - kdbus: auxgroups is now uin32_t, we don't have to convert the array anymore while exposing it in the creds structure
- kdbus: introduce a concept of "send-only" connections
* sd-event