commit | c162dfac785751db109c621e23780d346c09f186 | [log] [tgz] |
---|---|---|
author | Taylor Santiago <taylorsantiago@google.com> | Thu Sep 05 12:38:38 2024 -0700 |
committer | Taylor Santiago <taylorsantiago@google.com> | Thu Sep 05 19:43:27 2024 +0000 |
tree | d8e52ee33b0099b10651c6ffccbf6495816b78c7 | |
parent | a46053f612b79a66d836fa77d90a39ca8fcd2283 [diff] |
Undo filtering of HOME environment variable. It an cause 'nonexistent' user errors in the sandbox. Bug: 363037195 Change-Id: I5e17fa62029ba9bcd2422fa9aebef95223c68c0d
diff --git a/ui/build/config.go b/ui/build/config.go index 711f325..08e1957 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -351,9 +351,6 @@ // Use config.useN2 instead. "SOONG_USE_N2", - - // Leaks usernames into environment. - "HOME", ) if ret.UseGoma() || ret.ForceUseGoma() {