diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/config.rst | 8 |
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 | |||
| 330 | file or the folder containing it is owned by the user the PHP process is | 330 | file or the folder containing it is owned by the user the PHP process is |
| 331 | running under. | 331 | running under. |
| 332 | 332 | ||
| 333 | Extended checks, enabled by default, can be explicitly enabled via | ||
| 334 | ``extended_checks`` and disabled via ``no_extended_checks``. The checks | ||
| 335 | include: | ||
| 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(); |
