Merge "Move cut(1) to toybox."

This commit is contained in:
Treehugger Robot 2018-12-11 22:33:32 +00:00 committed by Gerrit Code Review
commit 055295d18a

View file

@ -80,7 +80,6 @@ var Configuration = map[string]PathConfig{
"bzip2": Allowed,
"chmod": Allowed,
"cp": Allowed,
"cut": Allowed,
"date": Allowed,
"dd": Allowed,
"diff": Allowed,
@ -157,6 +156,7 @@ var Configuration = map[string]PathConfig{
"cat": Toybox,
"cmp": Toybox,
"comm": Toybox,
"cut": Toybox,
"dirname": Toybox,
"env": Toybox,
"head": Toybox,