summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2019-05-09 13:59:01 -0700
committer Elliott Hughes <enh@google.com> 2019-05-09 13:59:01 -0700
commit18e0d5e0f04d09f942bc66bceb582a5b10b3c46c (patch)
tree4c7deb0105987b80de4487e3e6616dcea8b46a68
parent11cd91dada4c6d789d1636ecdf51f3106bc10c4f (diff)
Go back to the host sed until we have a faster prebuilt.
Bug: https://issuetracker.google.com/131747477 Test: treehugger Change-Id: I120fe1200216afdb492bd1353848d12a4be1f496
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 54006d27f..4a30391da 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -102,6 +102,7 @@ var Configuration = map[string]PathConfig{
"python3": Allowed,
"realpath": Allowed,
"rsync": Allowed,
+ "sed": Allowed,
"sh": Allowed,
"tar": Allowed,
"timeout": Allowed,
@@ -155,7 +156,6 @@ var Configuration = map[string]PathConfig{
"readlink": LinuxOnlyPrebuilt,
"rm": LinuxOnlyPrebuilt,
"rmdir": LinuxOnlyPrebuilt,
- "sed": LinuxOnlyPrebuilt,
"seq": LinuxOnlyPrebuilt,
"setsid": LinuxOnlyPrebuilt,
"sha1sum": LinuxOnlyPrebuilt,