index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
syscall_sandbox.cpp
Age
Commit message (
Expand
)
Author
2022-04-05
Remove gui-only syscalls
MarcoFalke
2022-04-05
init: Disable syscall sandbox in the bitcoin-qt process
MarcoFalke
2022-03-28
util: Add inotify_rm_watch to syscall sandbox (AllowFileSystem)
Hennadii Stepanov
2022-03-24
util: add linkat to syscall sandbox (AllowFileSystem)
fanquake
2022-02-17
util: Add missing rseq to syscall sandbox
laanwj
2022-02-14
util: Add missing unlinkat to syscall sandbox
MarcoFalke
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-19
util: Add missing fstatfs to syscall sandbox
MarcoFalke
2021-10-19
Add missing gettimeofday to syscall sandbox
MarcoFalke
2021-10-11
util: Add mincore and clone3 to syscall sandbox
MarcoFalke
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