summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-16 11:42:16 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-16 11:42:16 +0200
commit77169ed09bb088d9b931a42788c3cbfda9078a92 (patch)
tree7af346188cee654233503c0dc99b612bc5b2126e /TODO
parentd8a9dd0dc17df77229d079afe29c05ae4a9e2ae9 (diff)
downloadsystemd-77169ed09bb088d9b931a42788c3cbfda9078a92.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index da248ff296..860e86f5af 100644
--- a/TODO
+++ b/TODO
@@ -62,6 +62,14 @@ Features:
* pid1: also remove PID files of a service when the service starts, not just
when it exits
+* seccomp: when SystemCallArchitectures=native is set then don't install any
+ other seccomp filters for any of the other archs, in order to reduce the
+ number of seccomp filters we install needlessly.
+
+* seccomp: maybe use seccomp_merge() to merge our filters per-arch if we can.
+ Apparently kernel performance is much better with fewer larger seccomp
+ filters than with more smaller seccomp filters.
+
* systemd-path: add ESP and XBOOTLDR path. Add "private" runtime/state/cache dir enum,
mapping to $RUNTIME_DIRECTORY, $STATE_DIRECTORY and such