init: Disable syscall sandbox in the bitcoin-qt process

This commit is contained in:
MarcoFalke 2022-04-04 14:38:56 +02:00
parent 24c6b20c14
commit fa0c2aa826
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
5 changed files with 6 additions and 7 deletions

View file

@ -823,7 +823,6 @@ bool SetupSyscallSandbox(bool log_syscall_violation_before_terminating)
return false;
}
}
SetSyscallSandboxPolicy(SyscallSandboxPolicy::INITIALIZATION);
return true;
}