Merge "Move to toybox sort(1)."

This commit is contained in:
Elliott Hughes
2019-01-15 02:02:20 +00:00
committed by Gerrit Code Review

View File

@@ -115,7 +115,6 @@ var Configuration = map[string]PathConfig{
"sha1sum": Allowed,
"sha256sum": Allowed,
"sha512sum": Allowed,
"sort": Allowed,
"tar": Allowed,
"timeout": Allowed,
"tr": Allowed,
@@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
"rmdir": Toybox,
"setsid": Toybox,
"sleep": Toybox,
"sort": Toybox,
"stat": Toybox,
"tail": Toybox,
"tee": Toybox,