Age | Commit message (Expand) | Author |
---|---|---|
2021-10-07 | Merge bitcoin/bitcoin#23196: util: Make syscall sandbox compilable with kerne... | W. J. van der Laan |
2021-10-06 | util: Add mremap syscall to AllowAddressSpaceAccess | MarcoFalke |
2021-10-05 | util: Conditionalize some syscalls in syscall name table | W. J. van der Laan |
2021-10-05 | util: Add __NR_copy_file_range syscall constant for sandbox | W. J. van der Laan |
2021-10-05 | Merge bitcoin/bitcoin#23178: util: Fix GUIX build with syscall sandbox | W. J. van der Laan |
2021-10-05 | util: Make sure syscall numbers used in profile are defined | W. J. van der Laan |
2021-10-05 | util: Define SECCOMP_RET_KILL_PROCESS if not provided by the headers | W. J. van der Laan |
2021-10-05 | sandbox: add copy_file_range to allowed filesystem syscalls | fanquake |
2021-10-05 | sandbox: add newfstatat to allowed filesystem syscalls | fanquake |
2021-10-01 | Add syscall sandboxing (seccomp-bpf) | practicalswift |