Revert "Move sed(1) to toybox."

This reverts commit e259a66d12.

Reason for revert: http://b/122744241

Change-Id: Id0e86ab79df2356fe12a2659fe39d02469ed9280
This commit is contained in:
Elliott Hughes 2019-01-12 00:07:40 +00:00
parent e259a66d12
commit de62ce15bc

View file

@ -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,