aboutsummaryrefslogtreecommitdiff
path: root/src/util/syscall_sandbox.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-04-04 14:38:56 +0200
committerMarcoFalke <falke.marco@gmail.com>2022-04-05 13:29:42 +0200
commitfa0c2aa826282fe40d2ce7becb4eb6d4814447a3 (patch)
treec15b8a6ace737186d030d0ad35506016ae0a6c22 /src/util/syscall_sandbox.h
parent24c6b20c14303831531b19641350516ab401041a (diff)
downloadbitcoin-fa0c2aa826282fe40d2ce7becb4eb6d4814447a3.tar.xz
init: Disable syscall sandbox in the bitcoin-qt process
Diffstat (limited to 'src/util/syscall_sandbox.h')
-rw-r--r--src/util/syscall_sandbox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/syscall_sandbox.h b/src/util/syscall_sandbox.h
index f7a1cbdb55..dc02ce29e9 100644
--- a/src/util/syscall_sandbox.h
+++ b/src/util/syscall_sandbox.h
@@ -45,9 +45,6 @@ void SetSyscallSandboxPolicy(SyscallSandboxPolicy syscall_policy);
#if defined(USE_SYSCALL_SANDBOX)
//! Setup and enable the experimental syscall sandbox for the running process.
-//!
-//! SetSyscallSandboxPolicy(SyscallSandboxPolicy::INITIALIZATION) is called as part of
-//! SetupSyscallSandbox(...).
[[nodiscard]] bool SetupSyscallSandbox(bool log_syscall_violation_before_terminating);
//! Invoke a disallowed syscall. Use for testing purposes.