]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: wfix: mention term "supervisor" in description of SECCOMP_RET_USER_NOTIF
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 15 Oct 2020 11:11:08 +0000 (13:11 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jun 2021 22:40:17 +0000 (10:40 +1200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index e5dbc92d5a973f20291c268c7df11eaa0bb851c9..0d9711911f637cdafbbdc6409d48ef26ab61c782 100644 (file)
@@ -611,9 +611,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