From: Michael Kerrisk Date: Thu, 15 Oct 2020 11:12:03 +0000 (+0200) Subject: seccomp.2: Note that SECCOMP_RET_USER_NOTIF can be overridden X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff1bb4064507813867251902e05bfbe73ce298c;p=thirdparty%2Fman-pages.git seccomp.2: Note that SECCOMP_RET_USER_NOTIF can be overridden Signed-off-by: Michael Kerrisk --- diff --git a/man2/seccomp.2 b/man2/seccomp.2 index 645c0a0145..7617537ceb 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -621,6 +621,10 @@ and there is no tracer). See .BR seccomp_user_notif (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