summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-03-08 12:53:43 +0900
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitd8948ee415849bf2362bbccca3185a1d833d08bc (patch)
tree3df5a445f3f9dfa6428811e06d6b1d4423a4862b /TODO
parent4c52ef3c21d55f6b2813d7a427c125c7c18e708d (diff)
doc: update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index b63b1578c..30539a168 100644
--- a/TODO
+++ b/TODO
@@ -27,9 +27,6 @@ Features:
* 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
@@ -126,6 +123,10 @@ Features:
* In DynamicUser= mode: before selecting a UID, use disk quota APIs on relevant
disks to see if the UID is already in use.
+* add dissect_image_warn() as a wrapper around dissect_image() that prints
+ friendly log messages for the returned errors, so that we don't have to
+ duplicate that in nspawn, elogind-dissect and PID 1.
+
* add "systemctl wait" or so, which does what "systemd-run --wait" does, but
for all units. It should be both a way to pin units into memory as well as a
wait to retrieve their exit data.