mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
init: Disable syscall sandbox in the bitcoin-qt process
This commit is contained in:
@@ -41,7 +41,7 @@ bool AppInitBasicSetup(const ArgsManager& args);
|
||||
* @note This can be done before daemonization. Do not call Shutdown() if this function fails.
|
||||
* @pre Parameters should be parsed and config file should be read, AppInitBasicSetup should have been called.
|
||||
*/
|
||||
bool AppInitParameterInteraction(const ArgsManager& args);
|
||||
bool AppInitParameterInteraction(const ArgsManager& args, bool use_syscall_sandbox = true);
|
||||
/**
|
||||
* Initialization sanity checks: ecc init, sanity checks, dir lock.
|
||||
* @note This can be done before daemonization. Do not call Shutdown() if this function fails.
|
||||
|
||||
Reference in New Issue
Block a user