diff --git a/TODO b/TODO index f218d182c3..1a414d5159 100644 --- a/TODO +++ b/TODO @@ -49,6 +49,10 @@ Features: * when prompting for a hdd password show GUID partition label +* document which targets shall be pulled in by users of the facility, + and which ones are to be pulled in by the implementors of the + facility. + * teach udev + logind's uaccess to somehow handle the "dead" device nodes from: /lib/modules/$(uname -r)/modules.devname and apply ACLs to them if they have TAG=="uaccess" in udev rules. @@ -56,9 +60,6 @@ Features: * clean up early boot services, and put them all before sysinit.target and leave basic.target alone. -* introduce timers.target and paths.target and automatucally order all - timers and paths before it and after sysinit.target. - * matching against units is currently broken in journalctl. We really need another AND level in the expressions, i.e. sd_journal_add_conjunction().