X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=57c07bea7aef04ed410d8d6fdc4fcf9c90b1e246;hb=71ec74d19332378dca8a6a7eb30411e08978f9a6;hp=d87a70a0b5327a5cd6a78a1e44261103cc712def;hpb=9725f1a10f80f5e0ae7d9b60547458622aeb322f;p=thirdparty%2Fsystemd.git diff --git a/TODO b/TODO index d87a70a0b53..57c07bea7ae 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,11 @@ Bugfixes: manager or system manager can be always set. It would be better to reject them when parsing config. +* busctl --user call org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager GetUnitProcesses "s" run-rbff1b85427b34ba3adf864281aeda8e7.service +Failed to set address: No such file or directory + + → improve error message + External: * Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros. @@ -22,6 +27,13 @@ Features: * when killing due to service watchdog timeout maybe detect whether target process is under ptracing and then log loudly and continue instead. +* introduce a new group to own TPM devices + +* make rfkill uaccess controllable by default, i.e. steal rule from + gnome-bluetooth and friends + +* warn if udev rules files are marked executable (docker?) + * tweak journald context caching. In addition to caching per-process attributes keyed by PID, cache per-cgroup attributes (i.e. the various xattrs we read) keyed by cgroup path, and guarded by ctime changes. This should provide us @@ -29,9 +41,6 @@ Features: cgroup. * clean up sleep.c: - - Use CLOCK_BOOTTIME_ALARM for waking up s2h instead of RTC ioctls - - Parse sleep.conf only once, and parse its whole contents so that we don't - have to parse it again and again in s2h - Make sure resume= and resume_offset= on the kernel cmdline always take precedence