diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-19 17:43:23 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-08-24 20:04:17 +0200 |
commit | 95aac01259db689dac7d8e5bfafb60e8c70cd734 (patch) | |
tree | 417759ad711ad7970b4aad686ea95e20d5d1bf37 /man | |
parent | meson: add syscall-names-update target (diff) | |
download | systemd-95aac01259db689dac7d8e5bfafb60e8c70cd734.tar.xz systemd-95aac01259db689dac7d8e5bfafb60e8c70cd734.zip |
shared: add @known syscall list
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c339f3b885..6338d8948c 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1933,6 +1933,10 @@ RestrictNamespaces=~cgroup net</programlisting> <entry>@timer</entry> <entry>System calls for scheduling operations by time (<citerefentry project='man-pages'><refentrytitle>alarm</refentrytitle><manvolnum>2</manvolnum></citerefentry>, <citerefentry project='man-pages'><refentrytitle>timer_create</refentrytitle><manvolnum>2</manvolnum></citerefentry>, …)</entry> </row> + <row> + <entry>@known</entry> + <entry>All system calls defined by the kernel. This list is defined statically in systemd based on a kernel version that was available when this systmed version was released. It will become progressively more out-of-date as the kernel is updated.</entry> + </row> </tbody> </tgroup> </table> |