Revert "Move sed(1) to toybox."
This reverts commit e259a66d12
.
Reason for revert: http://b/122744241
Change-Id: Id0e86ab79df2356fe12a2659fe39d02469ed9280
This commit is contained in:
parent
e259a66d12
commit
de62ce15bc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue