diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-04-06 18:57:48 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-04-12 11:02:47 +0200 |
commit | 7bc756ff00426260a925ba98e33622acd302b4ac (patch) | |
tree | 872941cfe3ed4df86484493a7cd27c43cc95d11f /TODO | |
parent | fe4377faa58cecb6abdac3549443cd74728559d2 (diff) | |
download | systemd-7bc756ff00426260a925ba98e33622acd302b4ac.tar.gz systemd-7bc756ff00426260a925ba98e33622acd302b4ac.tar.bz2 systemd-7bc756ff00426260a925ba98e33622acd302b4ac.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -24,6 +24,12 @@ Janitorial Clean-ups: Features: +* pid1: lock image configured with RootDirectory=/RootImage= using the usual nspawn semantics while the unit is up + +* add --vacuum-xyz options to coredumpctl, matching those journalctl already has. + +* enforce that transient units are started exactly once only + * list the exit codes from the BSD/glibc <sysexits.h> in our own exit-codes.[ch] tables. @@ -39,10 +45,6 @@ Features: 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 |