X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=5d6fd30419b223dd6c5eb87d071ea1e40badfc91;hb=8e50b5a77cd980ee57e0f75c59d0012d8df9a4f2;hp=e63463923d8abb9d2fbbecd1f44a250a22f38333;hpb=72ebbf3450340338d71ea2039dfb296bc1d595db;p=elogind.git diff --git a/TODO b/TODO index e63463923..5d6fd3041 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,8 @@ Bugfixes: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details. +* systemctl --root=container/ set-default ... is totally borked. + External: * ps should gain colums for slice @@ -30,6 +32,18 @@ External: Features: +* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze + $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls + should SIGSTOP all unit processes in a loop until all processes of + it are fully stopped. This can later be used for app management by + desktop UIs such as gnome-shell to freeze apps that are not visible + on screen, not unlike how job control works on the shell + +* machinectl bash completion is missing +* busctl bash and zsh completions are outdated + +* Introduce PrivateDevices=yes/no which works like PrivateTmp= but for /dev setting up a tmpfs for it that only includes /dev/null, /dev/zero, /dev/random, /dev/urandom, but nothing else. + * libsystemd-journal returns the object created as first param in sd_journal_new(), sd_bus_new() and suchlike as last... * cgroups: @@ -86,6 +100,7 @@ Features: * given that logind now lets PID 1 do all nasty work, we can probably reduce the capability set it retains substantially. + (we need CAP_SYS_ADMIN for drmSetMaster(), so maybe not worth it) * btrfs raid assembly: some .device jobs stay stuck in the queue @@ -124,6 +139,10 @@ Features: - NameLost/NameAcquired obsolete - GVariant - "const" properties (posted) + - port exit-on-idle logic to byebye ioctl + - make use of "drop" ioctl in pid 1 bus activation + - bus proxy: override unique id sender for messages from driver to match the well-known name + - bus driver: GetNameOwner() for "org.freedesktop.DBus" should return "org.freedesktop.DBus" * sd-event - allow multiple signal handlers per signal? @@ -648,15 +667,13 @@ Features: - Check if Driver= is broken, or just my driver (bcma) * sd-rtnl: - - replace sd_rtnl_message_append() by type-safe versions - improve container support, and add support for entering containers when reading - add support for more attribute types * networkd: - - unify and clarify logging, also use proper structured log messages - - add [Route] sections - - add more keys to [Address] sections - - add DHCPv4 support (and, longer term, other kinds of dynamic config) + - add more keys to [Route] and [Address] sections + - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config) + - allow opting out of receiving DNS servers over DHCPv4 - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline) External: