Skip to content
Snippets Groups Projects
Commit d7a6aebb authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

Add an environment variables locking system


If we want to pass all the possible variables that a user might have set
in its environment, we need a mechanism to lock the variables that
pressure-vessel is editing (e.g. LIBGL_DRIVERS_PATH), variables that we
want to keep unset because will be wrong in the new container (e.g.
FLATPAK_ID) and variables that should inherit their value from the host
system (e.g. DISPLAY).

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 1b10e985
No related branches found
No related tags found
1 merge request!134Add an environment variables locking system
Pipeline #4644 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment