Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
profile.d: Don't leak all the os-release fields into the shell
All the fields defined in /usr/lib/os-release were being injected into the shell as environment variables. This is unintentional. Some of the variables have relatively generic names, and having them in the environment can lead to unexpected surprises. Fallout from c6e37cd containers#623
- Loading branch information