From c162dfac785751db109c621e23780d346c09f186 Mon Sep 17 00:00:00 2001 From: Taylor Santiago Date: Thu, 5 Sep 2024 12:38:38 -0700 Subject: [PATCH] Undo filtering of HOME environment variable. It an cause 'nonexistent' user errors in the sandbox. Bug: 363037195 Change-Id: I5e17fa62029ba9bcd2422fa9aebef95223c68c0d --- ui/build/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/build/config.go b/ui/build/config.go index 711f3256c..08e195783 100644 --- a/ui/build/config.go +++ b/ui/build/config.go @@ -351,9 +351,6 @@ func NewConfig(ctx Context, args ...string) Config { // Use config.useN2 instead. "SOONG_USE_N2", - - // Leaks usernames into environment. - "HOME", ) if ret.UseGoma() || ret.ForceUseGoma() {