diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-01-17 15:13:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-01-17 15:13:35 -0400 |
| commit | b3c795dc4784e64e2756d3736ce953a1e507f509 (patch) | |
| tree | 068cdcdd5f8f2fca47382b62cf3ed86e2a9520e9 /debian | |
| parent | 7e62d051b41abe9b780cfbb8d37fecf97dce8226 (diff) | |
Run su with --login
To avoid inheriting some problematic environment variables, such as TMP,
from the caller.
The only potential breakage from this change would be if something used
setEnv before one of the affected properties. Audited propellor's source
for that, and nothing does. Anything that did would could fail in a
concurrent context anyway.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4545bcd1..acfbc895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ propellor (5.3.0) UNRELEASED; urgency=medium * Added rawPartition to PartSpec, for specifying partitions with no filesystem. * Added BiosGrubFlag to PartFlag. + * Run su with --login, to avoid inheriting some problematic environment + variables, such as TMP, from the caller. -- Joey Hess <id@joeyh.name> Tue, 02 Jan 2018 13:06:45 -0400 |
