diff options
| author | 2019-06-07 23:25:06 +0000 | |
|---|---|---|
| committer | 2019-06-07 23:25:06 +0000 | |
| commit | 7da326dd88e6618ae096456827e77cc8f80523f7 (patch) | |
| tree | d329cdf5873e1930d0a746222eed0143e7a5de97 | |
| parent | 46160c6423394141119201e0bd0901ba5b1956d3 (diff) | |
| parent | c1bfeed81b9749c4efc85433498583201793a71b (diff) | |
Merge "Switch to toybox sed (again)."
| -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 e494042d9..d92649f44 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -102,7 +102,6 @@ var Configuration = map[string]PathConfig{ "python3": Allowed, "realpath": Allowed, "rsync": Allowed, - "sed": Allowed, "sh": Allowed, "tar": Allowed, "tr": Allowed, @@ -155,6 +154,7 @@ var Configuration = map[string]PathConfig{ "readlink": LinuxOnlyPrebuilt, "rm": LinuxOnlyPrebuilt, "rmdir": LinuxOnlyPrebuilt, + "sed": LinuxOnlyPrebuilt, "seq": LinuxOnlyPrebuilt, "setsid": LinuxOnlyPrebuilt, "sha1sum": LinuxOnlyPrebuilt, |