mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
update TODO
This commit is contained in:
parent
e12d81ae80
commit
7212c6083a
17
TODO
17
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
|
||||
|
Loading…
Reference in New Issue
Block a user