mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
Add syscall sandboxing (seccomp-bpf)
This commit is contained in:
@ -28,6 +28,9 @@ class VersionBitsWarningTest(BitcoinTestFramework):
|
||||
def set_test_params(self):
|
||||
self.setup_clean_chain = True
|
||||
self.num_nodes = 1
|
||||
# The experimental syscall sandbox feature (-sandbox) is not compatible with -alertnotify
|
||||
# (which invokes execve).
|
||||
self.disable_syscall_sandbox = True
|
||||
|
||||
def setup_network(self):
|
||||
self.alert_filename = os.path.join(self.options.tmpdir, "alert.txt")
|
||||
|
Reference in New Issue
Block a user