Posted Jul 18, 2012 9:49 UTC (Wed) by anselm (subscriber, #2796)
[Link]
The problem here is that the sources for a program don't actually tell you the exact syscalls it uses. What you can see is the C library calls, which may or may not be mapped one-to-one to actual syscalls into the kernel that seccomp could intercept.