X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=ff5935b08bd663054a732d620a62a3784bfad0d7;hb=f1b2c3eccb5ca2cbf97bb14b735fef5784bf3a90;hp=9ffe6b0c2b0f40913879dec9ccfe871c95f24163;hpb=9459781ee66eb57709c8b8701701365ba60a9f1c;p=elogind.git diff --git a/TODO b/TODO index 9ffe6b0c2..ff5935b08 100644 --- a/TODO +++ b/TODO @@ -47,9 +47,6 @@ Features: * support transient mount units -* Imply DevicePolicy=closed when PrivateDevices= is used. Mount - pts+kdbus+shm+mqueue into /dev namespace - * add an "input" group to udev logic and add all input devices to it * machined: provide calls GetMachineByAddress() on the manager @@ -159,29 +156,26 @@ Features: * sd-bus: - when kdbus doesn't take our message without memfds, try again with memfds - - implement monitor logic + - systemd-bus-proxyd needs to enforce good old XML policy + - port exit-on-idle logic to byebye ioctl + - allow updating attach flags during runtime + - pid1: peek into activating message when activating a service + - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list + - constructors for bus messages should probably not be OK with a NULL bus pointer + - .busname units should not use get_user_creds()/get_cgroup_creds() but instead do NSS only in temporarily forked off child - see if we can drop more message validation on the sending side - add API to clone sd_bus_message objects - - systemd-bus-proxyd needs to enforce good old XML policy - - upload minimal kdbus policy into the kernel at boot - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too... - longer term: priority inheritance - - check sender of response messages - dbus spec updates: - kdbus mapping - NameLost/NameAcquired obsolete - GVariant - "const" properties (posted) - path escaping - - port exit-on-idle logic to byebye ioctl - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now - - allow updating attach flags during runtime - - pid1: peek into activating message when activating a service - test bloom filter generation indexes - - 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 - - constructors for bus messages should probably not be OK with a NULL bus pointer - - .busname units should not use get_user_creds()/get_cgroup_creds() but instead do NSS only in temporarily forked off child * sd-event - allow multiple signal handlers per signal?