diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a5d43966cd..a6962bb9d4 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7585,6 +7585,13 @@ system and gives an overview of their function and contents. | |||
7585 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list | 7585 | reduce pseudo's overhead. A path is ignored if it matches any prefix in the list |
7586 | and can include partial directory (or file) names. | 7586 | and can include partial directory (or file) names. |
7587 | 7587 | ||
7588 | :term:`PSEUDO_INCLUDE_PATHS` | ||
7589 | A comma-separated (without spaces) list of path prefixes that should be included | ||
7590 | by pseudo when monitoring and recording file operations, in order to avoid | ||
7591 | problems with files being written to outside of the pseudo context and | ||
7592 | reduce :ref:`pseudo <overview-manual/concepts:Fakeroot and Pseudo>`'s overhead. | ||
7593 | A path is included if it matches any prefix in the list and can include | ||
7594 | partial directory (or file) names. | ||
7588 | 7595 | ||
7589 | :term:`PTEST_ENABLED` | 7596 | :term:`PTEST_ENABLED` |
7590 | Specifies whether or not :ref:`Package | 7597 | Specifies whether or not :ref:`Package |