aboutsummaryrefslogtreecommitdiff
path: root/src/util/syscall_sandbox.cpp
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.cpp
parent24c6b20c14303831531b19641350516ab401041a (diff)
downloadbitcoin-fa0c2aa826282fe40d2ce7becb4eb6d4814447a3.tar.xz
init: Disable syscall sandbox in the bitcoin-qt process
Diffstat (limited to 'src/util/syscall_sandbox.cpp')
-rw-r--r--src/util/syscall_sandbox.cpp1
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;
}