aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-01-11 22:53:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-01-11 22:53:10 +0000
commite61fca299f1aad4dcb28e31980895c62ca0b4a72 (patch)
tree201778ee396dd5e3f444ecdb9774401ef5bfb8c7 /ui
parentcfc095251e3d3cb9fb2bfb51f57d6aea3dfe9983 (diff)
parente259a66d12efa3122be2f34356ef04d7e223e453 (diff)
downloadbuild_soong-e61fca299f1aad4dcb28e31980895c62ca0b4a72.tar.gz
build_soong-e61fca299f1aad4dcb28e31980895c62ca0b4a72.tar.bz2
build_soong-e61fca299f1aad4dcb28e31980895c62ca0b4a72.zip
Merge "Move sed(1) to toybox."
Diffstat (limited to 'ui')
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 4dc62b8c..d6f11b19 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -113,7 +113,6 @@ var Configuration = map[string]PathConfig{
"realpath": Allowed,
"rm": Allowed,
"rsync": Allowed,
- "sed": Allowed,
"sh": Allowed,
"sha1sum": Allowed,
"sha256sum": Allowed,
@@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
"paste": Toybox,
"pwd": Toybox,
"rmdir": Toybox,
+ "sed": Toybox,
"setsid": Toybox,
"sleep": Toybox,
"tail": Toybox,