summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-20 20:26:15 +0100
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commita050646566dba3b7740649fed16db16e202d8977 (patch)
tree0e97b4b98d30a96bc6bdbd8c2a8b24a493df535b
parent86fac35a37893cc8ef9df38948cb47e8f2805ff9 (diff)
update TODO
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index b63b1578c..91f70f546 100644
--- a/TODO
+++ b/TODO
@@ -24,12 +24,19 @@ Janitorial Clean-ups:
Features:
+* nspawn's console TTY should be allocated from within the container, not
+ mounted in from the outside
+
+* show invocation ID in elogind-run output
+
+* bypass SIGTERM state in unit files if KillSignal is SIGKILL
+
+* tree-wide: ensure we always block the signals we hook into with
+ sd_event_add_signal() first
+
* add proper dbus APIs for the various sd_notify() commands, such as MAINPID=1
and so on, which would mean we could report errors and such.
-* nss-elogind: implement enumeration, that shows all dynamic users plus the
- synthesized ones if necessary, so that "getent passwd" shows useful data.
-
* teach tmpfiles.d q/Q logic something sensible in the context of XFS/ext4
project quota