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.cpp | |
parent | 24c6b20c14303831531b19641350516ab401041a (diff) |
init: Disable syscall sandbox in the bitcoin-qt process
Diffstat (limited to 'src/util/syscall_sandbox.cpp')
-rw-r--r-- | src/util/syscall_sandbox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/syscall_sandbox.cpp b/src/util/syscall_sandbox.cpp index a05efac602..8a8c8c7cae 100644 --- a/src/util/syscall_sandbox.cpp +++ b/src/util/syscall_sandbox.cpp @@ -823,7 +823,6 @@ bool SetupSyscallSandbox(bool log_syscall_violation_before_terminating) return false; } } - SetSyscallSandboxPolicy(SyscallSandboxPolicy::INITIALIZATION); return true; } |