X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=6fa88255a7c5e065b9e5c0da07bc508663c6da1c;hb=32821c76d5901276e2fc8635202dde088268a65f;hp=ec067d55cd45cc1f70f3da93667afd3216852ad4;hpb=d686f034c3b9021e07faefe172ee660abd952871;p=elogind.git diff --git a/TODO b/TODO index ec067d55c..6fa88255a 100644 --- a/TODO +++ b/TODO @@ -28,6 +28,10 @@ Fedora 19: - localectl: support new converted x11→console keymaps Features: +* read the kernel's console "debug" keyword like we read "quiet" and adjust: + systemd.log_level=debug and maybe systemd.log_target=kmsg + +* maybe add "journalctl -k" as shortcut for "-b _TRANSPORT=kernel" * Introduce a way how we can kill the main process of a service with KillSignal, but all processes with SIGKILL later on https://bugzilla.redhat.com/show_bug.cgi?id=952634 @@ -202,9 +206,6 @@ Features: - pam: when leaving a session explicitly exclude the ReleaseSession() caller process from the killing spree - logind: GetSessionByPID() should accept 0 as PID value - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case - - add configuration/switches to use - freeze (http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git) and - standby (https://bugs.freedesktop.org/show_bug.cgi?id=57793) as suspend modes * exec: when deinitializating a tty device fix the perms and group, too, not only when initializing. Set access mode/gid to 0620/tty. @@ -457,8 +458,6 @@ Features: * ExecOnFailure=/usr/bin/foo -* ConditionSecurity= should learn about IMA and SMACK - * udev: - remove src/udev/udev-builtin-firmware.c (CONFIG_FW_LOADER_USER_HELPER=n) - move to LGPL