diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-10-14 10:31:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 10:31:59 +0200 |
commit | a748b122be6472de2db5090d6fa3ce7a1818d4c6 (patch) | |
tree | 729d019eddadf2b403bcb78c9da4082e9f8eb521 /TODO | |
parent | 5fad3913e2db5eda2339419e049af88953c17ff3 (diff) | |
download | systemd-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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |