summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 40e8c11..b302e8c 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -330,6 +330,14 @@ It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` m
330file or the folder containing it is owned by the user the PHP process is 330file or the folder containing it is owned by the user the PHP process is
331running under. 331running under.
332 332
333Extended checks, enabled by default, can be explicitly enabled via
334``extended_checks`` and disabled via ``no_extended_checks``. The checks
335include:
336
337* verifying the effective user id;
338* verifying that the current folder isn't writable;
339* verifying the current folder effective user id.
340
333:: 341::
334 342
335 sp.readonly_exec.enable(); 343 sp.readonly_exec.enable();