aboutsummaryrefslogtreecommitdiff
path: root/src/util/syscall_sandbox.cpp
AgeCommit message (Expand)Author
2021-10-06util: Add mremap syscall to AllowAddressSpaceAccessMarcoFalke
2021-10-05Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandboxW. J. van der Laan
2021-10-05util: Make sure syscall numbers used in profile are definedW. J. van der Laan
2021-10-05util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headersW. J. van der Laan
2021-10-05sandbox: add copy_file_range to allowed filesystem syscallsfanquake
2021-10-05sandbox: add newfstatat to allowed filesystem syscallsfanquake
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift