]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
seccomp.2: Note that vDSO implementations sometimes fall back to real syscalls
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 Nov 2017 13:32:56 +0000 (14:32 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 9 Nov 2017 14:22:07 +0000 (15:22 +0100)
Reported-by: Florian Weimer <fweimer@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/seccomp.2

index 7e6268eefdfc1a444b43cb7bb43958776033235d..7060ee5f1b5eab9ff25d556fd5aba2bb6c82c80f 100644 (file)
@@ -709,6 +709,10 @@ and
 .BR time (2).
 On such architectures,
 seccomp filtering for these system calls will have no effect.
+(However, there are cases where the
+.BR vdso (7)
+implementations may fall back to invoking the true system call,
+in which case seccomp filters would see the system call.)
 .IP *
 Seccomp filtering is based on system call numbers.
 However, applications typically do not directly invoke system calls,