]> 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>
Sun, 25 Oct 2020 21:08:30 +0000 (22:08 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 4fcc49769d6c7343e0684048b1b52261c4478e5d..645c0a014545a8d2932ff87df3715530762f4372 100644 (file)
@@ -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