diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-04-04 14:38:56 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-04-05 13:29:42 +0200 |
commit | fa0c2aa826282fe40d2ce7becb4eb6d4814447a3 (patch) | |
tree | c15b8a6ace737186d030d0ad35506016ae0a6c22 /src/util/syscall_sandbox.h | |
parent | 24c6b20c14303831531b19641350516ab401041a (diff) |
init: Disable syscall sandbox in the bitcoin-qt process
Diffstat (limited to 'src/util/syscall_sandbox.h')
-rw-r--r-- | src/util/syscall_sandbox.h | 3 |
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. |