Using TMPDIR instead of current users home.
Open
- Dominant language
- Go
- Stars
- 7k
- Forks
- 334
- PR merge metrics
- No merged PRs in 30d
Description
It may be a better idea to use TMPDIR instead of current user's home directory for writing gops port files. The homedir may not be writable, while TMPDIR is. It also allows us to run gops binary with a different user than the app embedding the gops agent.
Contributor guide
Assessment
This issue has not been assessed yet.