From f452e0461fca01d92b8e367b6ad22459a2c641ff Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Mar 2023 14:52:34 +0100 Subject: [PATCH] man: update syscal filter group list --- man/systemd.exec.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 4001123a962..17be33c56a2 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2350,6 +2350,10 @@ RestrictNamespaces=~cgroup net @obsolete Unusual, obsolete or unimplemented (create_module2, gtty2, …) + + @pkey + System calls that deal with memory protection keys (pkeys7) + @privileged All system calls which need super-user capabilities (capabilities7) @@ -2370,6 +2374,10 @@ RestrictNamespaces=~cgroup net @resources System calls for changing resource limits, memory and scheduling parameters (setrlimit2, setpriority2, …) + + @sandbox + System calls for sandboxing programs (seccomp2, Landlock system calls, …) + @setuid System calls for changing user ID and group ID credentials, (setuid2, setgid2, setresuid2, …) -- 2.47.3