summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-27 11:15:19 +0200
committerLennart Poettering <lennart@poettering.net>2020-07-07 11:20:42 +0200
commit737ec51444c5e6fa94b6ef83893f5f4455f53f4a (patch)
treeebec8d480b38635d3c6679eba77b26f18456c0ef /TODO
parenta122502077357cab66fed19b32a9b3be4320c064 (diff)
downloadsystemd-737ec51444c5e6fa94b6ef83893f5f4455f53f4a.tar.gz
TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2ef8035099..0cd9bc114f 100644
--- a/TODO
+++ b/TODO
@@ -49,6 +49,9 @@ Features:
* nspawn: support time namespaces
+* systemd-firstboot: make sure to always use chase_symlinks() before
+ reading/writing files
+
* add ConditionSecurity=tpm2
* Remove any support for booting without /usr pre-mounted in the initrd entirely.
@@ -94,8 +97,9 @@ Features:
this, it's useful to have one that can dump contents of them, too.
* All tools that support --root= should also learn --image= so that they can
- operate on disk images directly. Specifically: bootctl, firstboot, tmpfiles,
- sysusers, systemctl, repart, journalctl, coredumpctl.
+ operate on disk images directly. Specifically: bootctl, tmpfiles, sysusers,
+ systemctl, repart, journalctl, coredumpctl. (Already done: systemd-nspawn,
+ systemd-firstboot)
* seccomp: by default mask x32 ABI system wide on x86-64. it's on its way out