From 15efd5437377aa7054bca753abff5451396bfdca Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 16 Jan 2019 14:53:57 -0500 Subject: [PATCH] manual: "sandbox" option default is "true" on Linux Fixes: 812e39313c ('Enable sandboxing by default') --- doc/manual/command-ref/conf-file.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index e9947ebc6..f0da1f612 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -657,7 +657,8 @@ password my-password __noChroot attribute set to true do not run in sandboxes. - The default is false. + The default is true on Linux and + false on all other platforms.