diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 0b43bc69603..7561425dc93 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -2818,6 +2818,11 @@ RestrictNamespaces=~cgroup net systemd-system.conf5, which defaults to off. + This setting is implemented using seccomp filtering. For system calls where the mode bits are + passed directly as arguments, the call is denied only when the SUID or SGID bits are set. For system + calls where those bits are passed indirectly and cannot be inspected by the filter, such as + openat2(), the call is blocked entirely, regardless of the requested mode. +