]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 29 Mar 2018 15:47:03 +0000 (17:47 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Apr 2018 13:22:25 +0000 (15:22 +0200)
TODO

diff --git a/TODO b/TODO
index 35fcaef76b5286fa01be4517ec01f471c8f91462..c64ec8013f5450b23ad9c380b15e99546cb901e2 100644 (file)
--- 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
+  systemd-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