summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-03-29 17:47:03 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitb57b962de23cca6e679ac52873d0f11822dad9d3 (patch)
treec3643d8ed422566d59df86877e5dd8c819bf083c /TODO
parentbedc76bafeb76445e5a2228a56ef661d9203bf79 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
index 91f70f546..c62ed3403 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,28 @@ Janitorial Clean-ups:
Features:
+* list the exit codes from the BSD/glibc <sysexits.h> in our own
+ exit-codes.[ch] tables.
+
+* introduce Ephemeral= unit file switch, that creates an ephemeral copy of all
+ files and directories that are left writable for a unit, and which are
+ removed after the unit goes down again. A bit like --ephemeral for
+ elogind-nspawn but for system services. If used together with RootImage= this
+ should reflink the image file itself.
+
+ Related: add Ephemeral=<path1> <path2> … which would allow marking
+ specific paths only like this.
+
+* when RootImage= is used, mark the loopback device read-only if the other
+ settings permit it (i.e. if ProtectSystem=strict is set, and no directory if
+ the image is writable)
+
+* add CopyFile= or so as unit file setting that may be used to copy files or
+ directory trees from the host to te services RootImage= and RootDirectory=
+ environment. Which we can use for /etc/machine-id and in particular
+ /etc/resolv.conf. Should be smart and do something useful on read-only
+ images, for example fallback to read-only bind mounting the file instead.
+
* nspawn's console TTY should be allocated from within the container, not
mounted in from the outside