Merge "Go back to the host sed until we have a faster prebuilt."
am: 4af530ff72
Change-Id: I6d7bd3b4b9cd2cc5072db54421f0daa7a7372ee6
This commit is contained in:
commit
3408d62c2f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue