diff options
| author | 2019-01-12 00:07:40 +0000 | |
|---|---|---|
| committer | 2019-01-12 00:07:40 +0000 | |
| commit | de62ce15bc0c15b60d01147f135f5f5f6341ef04 (patch) | |
| tree | d5b35e21c7186be5152f6e2f2d85b84a2403ada0 | |
| parent | e259a66d12efa3122be2f34356ef04d7e223e453 (diff) | |
Revert "Move sed(1) to toybox."
This reverts commit e259a66d12efa3122be2f34356ef04d7e223e453.
Reason for revert: http://b/122744241
Change-Id: Id0e86ab79df2356fe12a2659fe39d02469ed9280
| -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 d6f11b19b..4dc62b8cb 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -113,6 +113,7 @@ var Configuration = map[string]PathConfig{ "realpath": Allowed, "rm": Allowed, "rsync": Allowed, + "sed": Allowed, "sh": Allowed, "sha1sum": Allowed, "sha256sum": Allowed, @@ -165,7 +166,6 @@ var Configuration = map[string]PathConfig{ "paste": Toybox, "pwd": Toybox, "rmdir": Toybox, - "sed": Toybox, "setsid": Toybox, "sleep": Toybox, "tail": Toybox, |