Y
Hacker News
new
|
ask
|
show
|
jobs
by
ufo
1094 days ago
Might work for config files but would it work for environment variables?
1 comments
bartq
1094 days ago
It would for env vars as well, why not? Just trace program trying to reach out for some var X from env.
link
mvnuweucxqokii
1094 days ago
afaik reading env vars requires no sys calls and thus will not appear in strace
link
bartq
1093 days ago
So there should be a different tool used which will intercept environment variables reads and will log them.
link