Expand description
Process environment baselines.
Windows exposes the logged-in user’s machine + user environment through
CreateEnvironmentBlock. Unix has no equivalent stable OS API, so the
conservative fallback is a snapshot of the current process environment.
Functions§
- user_
baseline_ environment - Return the logged-in user’s baseline environment.