summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-07-07 19:44:12 +0200
committerGitHub <noreply@github.com>2020-07-07 19:44:12 +0200
commit2b0bf3ccf8e28f01585c249958a30fc025224d10 (patch)
tree6e1f5e19f39d87af5ad7d8c308fc7f89e7a015ca /TODO
parent9870cfdf7fc9411586c0b3cb46ed2b9845acded7 (diff)
parent737ec51444c5e6fa94b6ef83893f5f4455f53f4a (diff)
downloadsystemd-2b0bf3ccf8e28f01585c249958a30fc025224d10.tar.gz
Merge pull request #16301 from poettering/firstboot-image
Add --image= switch to firstboot, similar to --root= but with support for operating on disk image
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 2056dcf74e..7ee5f26cc1 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