]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: Add some details for SECCOMP_FILTER_FLAG_NEW_LISTENER
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 26 Sep 2020 20:48:44 +0000 (22:48 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Oct 2020 21:08:30 +0000 (22:08 +0100)
Rework the description a little, and note that the close-on-exec
flag is set for the returned file descriptor.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 9721b4463c89361fd2956ace05d21c1827e4ec5e..c04d2c33ea282121493666ff01e6e9abe929c0ba 100644 (file)
@@ -216,8 +216,9 @@ file.
 .TP
 .BR SECCOMP_FILTER_FLAG_NEW_LISTENER " (since Linux 5.0)"
 .\" commit 6a21cc50f0c7f87dae5259f6cfefe024412313f6
-With this flag,
-a new user-space notification file descriptor is returned on success.
+After successfully installing the filter program,
+return a new user-space notification file descriptor.
+(The close-on-exec flag is set for the file descriptor.)
 When the filter returns
 .BR SECCOMP_RET_USER_NOTIF
 a notification will be sent to this file descriptor.