X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=TODO;h=2fb9cd3e89aaf4faebddb26dfa93ca4c15f24d31;hb=8be12848423218c034cfa7e3078774c9d4732281;hp=8f9aabc232fd8d47b8ae7c15e5ef5dc687430e73;hpb=014e7ea7f2361e9431926fca1959d868b9f3a430;p=elogind.git diff --git a/TODO b/TODO index 8f9aabc23..2fb9cd3e8 100644 --- a/TODO +++ b/TODO @@ -112,11 +112,8 @@ Features: ReadOnlyDirectories=... for whitelisting files for a service. * libsystemd-bus: - - default policy (allow uid == 0 and our own uid) - - access policy as vtable flag - when kdbus doesn't take our message without memfds, try again with memfds - implement translator service - - move to gvariant - implement monitor logic - properly map matches with well-known names against messages with unique names - when triggering property change events, allow a NULL strv indicate that all properties listed as such are send out as changed @@ -129,6 +126,10 @@ Features: * priority queues * priority inheritance - sort out error codes for sd_bus_release_name(), distuingish: successful removal from foreign name, from non-existing name + - bug in kdbus: nameownerchange is not generated for names, only ids. + - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too... + - kdbus: we need a way to distuingish messages we got due to monitoring from normal messages, since we want to bind methods only to the latter + - figure out what to do when fields in the kdbus header and in the payload header do not match * sd-event - allow multiple signal handlers per signal @@ -166,7 +167,6 @@ Features: * test/: - add 'set -e' to scripts in test/ - make stuff in test/ work with separate output dir - - qemu wrapper script: http://www.spinics.net/lists/kvm/msg72389.html * systemctl delete x.snapshot leaves no trace in logs (at least at default level).