summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-10-14 10:31:59 +0200
committerGitHub <noreply@github.com>2020-10-14 10:31:59 +0200
commita748b122be6472de2db5090d6fa3ce7a1818d4c6 (patch)
tree729d019eddadf2b403bcb78c9da4082e9f8eb521 /TODO
parent5fad3913e2db5eda2339419e049af88953c17ff3 (diff)
downloadsystemd-a748b122be6472de2db5090d6fa3ce7a1818d4c6.tar.gz
analyze: show ungrouped syscalls separately (#17343)
This updates the "systemd-analyze syscall-filter" command to show a special section of syscalls that are included in @known but in no other group. Typically this should show syscalls we either should add to any of the existing groups or where we unsure were they best fit in. Right now, it mostly shows arch-specific compat syscalls, we probably should move "@obsolete". This patch doesn't add thta however.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 38b9040477..f0ba992d1f 100644
--- a/TODO
+++ b/TODO
@@ -29,10 +29,6 @@ Features:
* Add service setting to run a service within the specified VRF. i.e. do the
equivalent of "ip vrf exec".
-* systemd-analyze syscall-filter should show a list of syscalls listed in
- @known but not in other groups (at least at debug level), since they are
- candidates to be added to them.
-
* export action of device object on sd-device, so that monitor becomes useful
* add root=tmpfs that mounts a tmpfs to /sysroot (to be used in combination