X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=23046e23bc86279e5d08f17351ab0cfb58582569;hb=055d406624cb9e01963558767420b71e5f75d2d3;hp=3c950d6cece671c843eecf03584e7fe51030b24b;hpb=726a6e963056a7238a512cfe6ce612af2c2d1419;p=elogind.git diff --git a/TODO b/TODO index 3c950d6ce..23046e23b 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,18 @@ External: Features: +* mount /sys/fs/cgroup read-only (but leave the subdirs writable) + +* gpt-auto-generator: + - Support LUKS for root devices + - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap? + - Make /home automount rather than mount? + +* improve journalctl performance by loading journal files + lazily. Encode just enough information in the file name, so that we + don't have to open it to know that it is not interesting for us, for + the most common operations. + * support transient mount units * Imply DevicePolicy=closed when PrivateDevices= is used @@ -70,8 +82,6 @@ Features: service instances processing the listening socket, and open this up for ReusePort= -* add a timelimit to generator invocation - * socket units: support creating sockets in different namespace, opening it up for JoinsNamespaceOf=. This would require to fork off a tiny process that joins the namespace and creates/binds the socket @@ -150,8 +160,6 @@ Features: Maybe take a BSD lock at the disk device node and teach udev to check for that and suppress event handling. -* something pulls in pcre as shared object dependency into our daemons such as hostnamed. - * allow implementation of InaccessibleDirectories=/ plus ReadOnlyDirectories=... for whitelisting files for a service. @@ -178,6 +186,7 @@ Features: - 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 + - sd_bus_escape_label() should probably be reworked into sd_bus_make_bus_path(prefix, external_id) * sd-event - allow multiple signal handlers per signal? @@ -404,10 +413,6 @@ Features: mode, it will never touch the RTC if the no reliable time source is active or the user did not request anything like it. -* if booted in "quiet" mode, and an error happens, turn on status - output again, so that the emergency mode isn't totally - surprising. Also, terminate plymouth. - * libunwind support for coredump pattern hook, and includes this in the message for coredumps. After all, libunwind is now capable to unwind coredumps since a few weeks ago. This probably requires that @@ -504,8 +509,6 @@ Features: * rename "userspace" to "core-os" -* syscall filter: optionally don't enforce no new privs? - * load-fragment: when loading a unit file via a chain of symlinks verify that it isn't masked via any of the names traversed. @@ -671,7 +674,6 @@ Features: - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline) - add reduced [Link] support to .network files - add IPv4LL tests (inspire by DHCP) - - add IPv4LL to man pages. Explain coexistance between DHCP - add Scope= parsing option for [Network] - change LL address generation and make it predictable like get_mac() (link-config.c) - have smooth transition from LL to routable address, without disconnecting clients.