diff options
author | 2019-05-09 23:17:05 +0000 | |
---|---|---|
committer | 2019-05-09 23:17:05 +0000 | |
commit | 4af530ff720ab3d932cd5ab0845ef98ae9a8807c (patch) | |
tree | 1b329334c3cb1e66f11bb5e0b485b9702d634dd9 | |
parent | a1591ab08cdd8908e1d3d08c2f4f7be9b5b94957 (diff) | |
parent | 18e0d5e0f04d09f942bc66bceb582a5b10b3c46c (diff) |
Merge "Go back to the host sed until we have a faster prebuilt."
-rw-r--r-- | ui/build/paths/config.go | 2 |
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, |