seccomp.2: wfix: mention term "supervisor" in description of SECCOMP_RET_USER_NOTIF

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-15 13:11:08 +02:00
parent 1741f7fc2e
commit 8459e46597
1 changed files with 2 additions and 2 deletions

View 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