From: Michael Kerrisk Date: Thu, 15 Oct 2020 11:11:08 +0000 (+0200) Subject: seccomp.2: wfix: mention term "supervisor" in description of SECCOMP_RET_USER_NOTIF X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=280b8d36283a86873c6520b3ebf3e02cfe068433;p=thirdparty%2Fman-pages.git seccomp.2: wfix: mention term "supervisor" in description of SECCOMP_RET_USER_NOTIF Signed-off-by: Michael Kerrisk --- diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 4fcc49769d..645c0a0145 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -608,9 +608,9 @@ value without executing the system call. .TP .BR SECCOMP_RET_USER_NOTIF " (since Linux 5.0)" .\" commit 6a21cc50f0c7f87dae5259f6cfefe024412313f6 -Forward the system call to an attached user-space listening +Forward the system call to an attached user-space supervisor process to allow that process to decide what to do with the system call. -If there is no attached listener (either +If there is no attached supervisor (either because the filter was not installed with the .BR SECCOMP_FILTER_FLAG_NEW_LISTENER flag or because the file descriptor was closed), the filter returns