diff options
| author | jvoisin | 2022-07-12 23:10:06 +0200 |
|---|---|---|
| committer | jvoisin | 2022-07-12 23:10:06 +0200 |
| commit | eaba9e0e7421fec0bc7a0cd8745dc3fb4e2e72f1 (patch) | |
| tree | 2e91d412326b527cc8d83871875f1457c50441f9 /doc | |
| parent | 8d6496efcab420267a228c35f9f627fec209d031 (diff) | |
Document extended_checks for readonly_exec
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/config.rst | 3 |
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 | |||
| 261 | the execution of writeable PHP files. | 261 | the execution of writeable PHP files. |
| 262 | 262 | ||
| 263 | It can either be ``enabled`` or ``disabled`` and can be used in ``simulation`` mode. | 263 | It 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 | ||
| 265 | file or the folder containing it is owned by the user the PHP process is | ||
| 266 | running under. | ||
| 264 | 267 | ||
| 265 | :: | 268 | :: |
| 266 | 269 | ||
