-
Notifications
You must be signed in to change notification settings - Fork 23
Environment variables
olf edited this page Dec 29, 2021
·
14 revisions
Note that these variables must be emptied (e.g., per export ENVIRONMENT_VARIABLE=""; or unset (per unset ENVIRONMENT_VARIABLE), but that bears some caveats) to be disabled after being set, because any value enables them (i.e., the "1" below is only an example value).
-
NO_PM_PRELOAD=1Disables the preload plug-in from filtering calls [???, i.e. the original, unpatched files are executed???]. -
PM_PRELOAD_DEBUG=1Enables additional output to stderr for the preload plug-in. -
DISABLE_MANGLING=1Disables conversion from / to 32 or 64bit library paths in thepm_applyscript. Used internally by the PM daemon to pass the configuration to disable this to the script environment.