Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-16 | Remove the syscall sandbox | fanquake | |
After initially being merged in #20487, it's no-longer clear that an internal syscall sandboxing mechanism is something that Bitcoin Core should have/maintain, especially when compared to better maintained/supported alterantives, i.e firejail. Note that given where it's used, the sandbox also gets dragged into the kernel. There is some related discussion in #24771. This should not require any sort of deprecation, as this was only ever an opt-in, experimental feature. Closes #24771. | |||
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: - 2021: f47dda2c58b5d8d623e0e7ff4e74bc352dfa83d7 - 2020: fa0074e2d82928016a43ca408717154a1c70a4db - 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2022-02-04 | test: Properly skip feature_syscall_sandbox in valgrind | MarcoFalke | |
Follow up to commit fa9c26ab3a09c843cb598d188162403bbf8c9b36 | |||
2021-10-01 | Add syscall sandboxing (seccomp-bpf) | practicalswift | |