build-recorder
build-recorder copied to clipboard
Perhaps record enviroment separately for each process as well?
Seeing how each proc also has an environ should we perhaps also store it separately for each process?
@zvr Please clarify, i need the information to move on.
Let's table this for the future, as I'm not sure any child process has a significantly different environment than the parent one.
Ah, ideally record only the changes!
@zvr How does one go about changing the environment? Is it directly from the environ variable?
I mean i am aware of the libc functions getenv(3) setenv(3) etc.... but how are they actually implemented in linux?