X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=08c78c59259bdc5d12d5ea270e51d388300c0370;hb=5a2e420c1f0961c2819d0c5e35bcf911a7ba559d;hp=f94abad0e0a45abdc464975bd31ba00b1d7ac70d;hpb=622efd8775bc8140c43f86e741495a1eac3f2b36;p=elogind.git diff --git a/TODO b/TODO index f94abad0e..08c78c592 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,8 @@ External: Features: +* move notify sockets to the file system, so that PrivateNetwork= doesn't conflict with sd_notify() usage + * add bus api to query unit file's X fields. * consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup= @@ -47,8 +49,7 @@ Features: * support transient mount units -* Imply DevicePolicy=closed when PrivateDevices= is used. Mount - pts+kdbus+shm+mqueue into /dev namespace +* Imply DevicePolicy=closed when PrivateDevices= is used * add an "input" group to udev logic and add all input devices to it @@ -159,28 +160,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 - 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?