Move paste(1) to toybox.

Test: treehugger
Change-Id: Id5e8e841406357d8301198eb433b96d2f1ba02d9
This commit is contained in:
Elliott Hughes 2018-11-27 09:25:15 -08:00
parent 47ff60e136
commit 15f2dfe482
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,6 @@ var Configuration = map[string]PathConfig{
"mktemp": Allowed,
"mv": Allowed,
"openssl": Allowed,
"paste": Allowed,
"patch": Allowed,
"pgrep": Allowed,
"pkill": Allowed,
@ -170,6 +169,7 @@ var Configuration = map[string]PathConfig{
"env": Toybox,
"id": Toybox,
"od": Toybox,
"paste": Toybox,
"pwd": Toybox,
"rmdir": Toybox,
"sleep": Toybox,