Merge "Go back to the host sed until we have a faster prebuilt."

This commit is contained in:
Treehugger Robot 2019-05-09 23:17:05 +00:00 committed by Gerrit Code Review
commit 4af530ff72

View file

@ -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,