Go back to the host sed until we have a faster prebuilt.
Bug: https://issuetracker.google.com/131747477
Test: treehugger
(cherry picked from commit 18e0d5e0f0
)
Change-Id: Ie17468f622ae9f995e86f08f692874fa1a722c74
Merged-In: I120fe1200216afdb492bd1353848d12a4be1f496
This commit is contained in:
parent
57b77658bc
commit
ecde55669f
1 changed files with 1 additions and 1 deletions
|
@ -100,6 +100,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"python3": Allowed,
|
"python3": Allowed,
|
||||||
"realpath": Allowed,
|
"realpath": Allowed,
|
||||||
"rsync": Allowed,
|
"rsync": Allowed,
|
||||||
|
"sed": Allowed,
|
||||||
"sh": Allowed,
|
"sh": Allowed,
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
|
@ -154,7 +155,6 @@ var Configuration = map[string]PathConfig{
|
||||||
"readlink": LinuxOnlyPrebuilt,
|
"readlink": LinuxOnlyPrebuilt,
|
||||||
"rm": LinuxOnlyPrebuilt,
|
"rm": LinuxOnlyPrebuilt,
|
||||||
"rmdir": LinuxOnlyPrebuilt,
|
"rmdir": LinuxOnlyPrebuilt,
|
||||||
"sed": LinuxOnlyPrebuilt,
|
|
||||||
"seq": LinuxOnlyPrebuilt,
|
"seq": LinuxOnlyPrebuilt,
|
||||||
"setsid": LinuxOnlyPrebuilt,
|
"setsid": LinuxOnlyPrebuilt,
|
||||||
"sha1sum": LinuxOnlyPrebuilt,
|
"sha1sum": LinuxOnlyPrebuilt,
|
||||||
|
|
Loading…
Reference in a new issue