mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
resolve a typo: sanboxing->sandboxing.
This commit is contained in:
parent
9551727932
commit
9735ca6e30
@ -1616,7 +1616,7 @@ sandbox_init(sandbox_cfg_t *cfg)
|
|||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
(void)cfg;
|
(void)cfg;
|
||||||
log_warn(LD_GENERAL,
|
log_warn(LD_GENERAL,
|
||||||
"This version of Tor was built without support for sanboxing. To "
|
"This version of Tor was built without support for sandboxing. To "
|
||||||
"build with support for sandboxing on Linux, you must have "
|
"build with support for sandboxing on Linux, you must have "
|
||||||
"libseccomp and its necessary header files (e.g. seccomp.h).");
|
"libseccomp and its necessary header files (e.g. seccomp.h).");
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user