Systemd gets seccomp filter support
Posted Jul 18, 2012 9:49 UTC (Wed) by
anselm (subscriber, #2796)
In reply to:
Systemd gets seccomp filter support by renox
Parent article:
Systemd gets seccomp filter support
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.
(
Log in to post comments)