summaryrefslogtreecommitdiff
path: root/src/core/syscall-list.c
Commit message (Collapse)AuthorAge
* Make two functions staticZbigniew Jędrzejewski-Szmek2013-03-20
|
* execute: Fix seccomp support on x32Jonathan Callen2013-01-19
| | | | | | | | In the x32 ABI, syscall numbers start at 0x40000000. Mask that bit on x32 for lookups in the syscall_names array and syscall_filter and ensure that syscall.h is parsed correctly. [zj: added SYSCALL_TO_INDEX, INDEX_TO_SYSCALL macros.]
* execute: support syscall filtering using seccomp filtersLennart Poettering2012-07-17