From 0a86ac9c9b3deec4873a23563336525ab27e263c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 15 Oct 2020 13:12:03 +0200 Subject: [PATCH] seccomp.2: Note that SECCOMP_RET_USER_NOTIF can be overridden Signed-off-by: Michael Kerrisk --- man2/seccomp.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 0d9711911..1de791ce5 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -624,6 +624,10 @@ and there is no tracer). See .BR seccomp_unotify (2) for further details. +.IP +Note that the supervisor process will not be notified +if another filter returns an action value with a precedence greater than +.BR SECCOMP_RET_USER_NOTIF . .TP .BR SECCOMP_RET_TRACE When returned, this value will cause the kernel to attempt to notify a