]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Jun 2020 12:56:08 +0000 (14:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Jun 2020 12:57:44 +0000 (14:57 +0200)
TODO

diff --git a/TODO b/TODO
index 688fab4eb270215a9f84efc207ba147d66fc3fb4..dd9907b2c0dd829d7d99b66ed72a324f4026c7ec 100644 (file)
--- a/TODO
+++ b/TODO
@@ -62,6 +62,13 @@ Features:
   operate on disk images directly. Specifically: bootctl, firstboot, tmpfiles,
   sysusers, systemctl, repart, journalctl, coredumpctl.
 
+* seccomp: by default mask x32 ABI system wide on x86-64. it's on its way out
+
+* seccomp: don't install filters for ABIs that are masked anyway for the
+  specific service
+
+* seccomp: maybe merge all filters we install into one with that libseccomp API that allows merging.
+
 * per-service credential system. Specifically: add LoadCredential= (for loading
   cred from file), AcquireCredential= (for asking user for cred, via
   ask-password), PassCredential= (for passing on credential systemd itself