mirror of
https://passt.top/passt
synced 2024-11-05 20:31:11 +00:00
66d5930ec7
List of allowed syscalls comes from comments in the form: #syscalls <list> for syscalls needed both in passt and pasta mode, and: #syscalls:pasta <list> #syscalls:passt <list> for syscalls specifically needed in pasta or passt mode only. seccomp.sh builds a list of BPF statements from those comments, prefixed by a binary search tree to keep lookup fast. While at it, clean up a bit the Makefile using wildcards. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
3 lines
77 B
C
3 lines
77 B
C
/* TO BE IMPLEMENTED */
|
|
__attribute__((__unused__)) static void __(void) { }
|