From 4d6580c13c5f54671a984cd28d939c0a1d0971fd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Oct 2020 13:33:27 +0200 Subject: [PATCH] seccomp_user_notif.2: Minor wording change + add a FIXME Signed-off-by: Michael Kerrisk --- man2/seccomp_user_notif.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man2/seccomp_user_notif.2 b/man2/seccomp_user_notif.2 index a4f72811e8..87260d1340 100644 --- a/man2/seccomp_user_notif.2 +++ b/man2/seccomp_user_notif.2 @@ -102,7 +102,9 @@ Consequently, the return value of the (successful) .BR seccomp (2) call is a new "listening" file descriptor that can be used to receive notifications. -Only one such "listener" can be established. +Only one "listening" seccomp filter can be installed for a thread. +.\" FIXME +.\" Is the last sentence above correct? .IP \(bu In cases where it is appropriate, the seccomp filter returns the action value .BR SECCOMP_RET_USER_NOTIF . -- 2.47.2