summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2022-07-12 23:10:06 +0200
committerjvoisin2022-07-12 23:10:06 +0200
commiteaba9e0e7421fec0bc7a0cd8745dc3fb4e2e72f1 (patch)
tree2e91d412326b527cc8d83871875f1457c50441f9 /doc
parent8d6496efcab420267a228c35f9f627fec209d031 (diff)
Document extended_checks for readonly_exec
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 0b7b7fd..bbf3b91 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -261,6 +261,9 @@ readonly_exec
261the execution of writeable PHP files. 261the execution of writeable PHP files.
262 262
263It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` mode. 263It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` mode.
264``extended_checks`` can be specified to abort the execution if the executed
265file or the folder containing it is owned by the user the PHP process is
266running under.
264 267
265:: 268::
266 269