summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-03-25 21:21:51 +0100
committerLennart Poettering <lennart@poettering.net>2013-03-25 21:29:09 +0100
commitee64428ec25b8ebb47beda9f6729039f496cbc51 (patch)
treeca7fab725aa4230d60b1805b424b8b8c7fb9d617 /TODO
parente3d84721dc9bcf9008f72dae03ff0f7842d0bb4b (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
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().