]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: Document SECCOMP_FILTER_FLAG_NEW_LISTENER
authorTycho Andersen <tycho@tycho.ws>
Sat, 26 Sep 2020 13:42:36 +0000 (15:42 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 9 Jun 2021 22:40:16 +0000 (10:40 +1200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 800c90aeec6b02053e4a88bc8e466051ca67ff84..bfb068dea9555a019012e3c54313523d17bcbb3a 100644 (file)
@@ -217,6 +217,13 @@ actions from being logged via the
 .IR /proc/sys/kernel/seccomp/actions_logged
 file.
 .TP
+.BR SECCOMP_FILTER_FLAG_NEW_LISTENER " (since Linux 4.21)"
+With this flag, a new userspace notification fd is returned on success. When
+this filter returns
+.BR SECCOMP_RET_USER_NOTIF
+a notification will be sent to this fd. See "Userspace Notification" below for
+more details.
+.TP
 .BR SECCOMP_FILTER_FLAG_SPEC_ALLOW " (since Linux 4.17)"
 .\" commit 00a02d0c502a06d15e07b857f8ff921e3e402675
 Disable Speculative Store Bypass mitigation.