-
- Downloads
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:
Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
1b10e985
No related branches found
No related tags found
Showing
- pressure-vessel/launcher.1.md 7 additions, 0 deletionspressure-vessel/launcher.1.md
- pressure-vessel/launcher.c 64 additions, 0 deletionspressure-vessel/launcher.c
- pressure-vessel/runtime.c 33 additions, 47 deletionspressure-vessel/runtime.c
- pressure-vessel/runtime.h 2 additions, 0 deletionspressure-vessel/runtime.h
- pressure-vessel/wrap.c 184 additions, 27 deletionspressure-vessel/wrap.c
Loading
Please register or sign in to comment