X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=c941cb070c8caccbe44926ae9ebe0d9be1712268;hp=22d8473988822894c2eacd468f9001ae39d1e586;hb=67445f4e22ad924394acdd4fd49e6f238244a5ca;hpb=e9ace802cf907d3652e1ef082b39a0cbed4e19a7 diff --git a/TODO b/TODO index 22d847398..c941cb070 100644 --- a/TODO +++ b/TODO @@ -19,18 +19,16 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. -* we pull src/core/manager.h into src/shared/src/shared/path-lookup.c which is the wrong direction - rename enum "ManagerRunningAs" to "SystemdRunningAs" and move it to shared/ - F18: * https://bugzilla.gnome.org/show_bug.cgi?id=680689 -* selinux: merge systemd selinux access controls (dwalsh) +* Retest multi-seat Features: -* instantiated target units +* instantiated [Install] for target units + https://bugs.freedesktop.org/show_bug.cgi?id=54377 * support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced @@ -40,10 +38,12 @@ Features: * move debug shell to tty6 and make sure this doesn't break the gettys on tty6 * move cryptsetup key caching into kernel keyctl? + https://bugs.freedesktop.org/show_bug.cgi?id=54982 * make nspawn work without terminal * hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it + https://bugs.freedesktop.org/show_bug.cgi?id=54712 * after deserializing sockets in socket.c we should reapply sockopts and things @@ -55,14 +55,10 @@ Features: * http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html -* don't use writev() in tmpfiles for sake of compat with sysfs? - * come up with a nice way to write queue/read_ahead_kb for a block device without interfering with readahead * journald: add kernel cmdline option to disable ratelimiting for debug purposes -* Add a way to reference the machine/boot ID from ExecStart= and similar command lines - * move PID 1 segfaults to /var/lib/systemd/coredump? * Document word splitting syntax for ExecStart= and friends @@ -87,10 +83,6 @@ Features: * system-wide seccomp filter -* securityfs: don't mount in container - -* slave/shared remount root fs in container might clash with CAP_SYS_MOUNTS - * ability to pass fds into systemd * system.conf should have controls for cgroups @@ -105,8 +97,6 @@ Features: * cleanup ellipsation for log output in journalctl and systemctl status: have a sane way to disable ellipsation, and disable it by default when invoked in less/more -* enforce limits on fds openened by socket units - * explore multiple service instances per listening socket idea * testing tool for socket activation: some binary that listens on a socket and passes it on using the usual socket activation protocol to some server.