Merge "Move to toybox sort(1)."
This commit is contained in:
@@ -115,7 +115,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"sha1sum": Allowed,
|
"sha1sum": Allowed,
|
||||||
"sha256sum": Allowed,
|
"sha256sum": Allowed,
|
||||||
"sha512sum": Allowed,
|
"sha512sum": Allowed,
|
||||||
"sort": Allowed,
|
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
"tr": Allowed,
|
"tr": Allowed,
|
||||||
@@ -166,6 +165,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"rmdir": Toybox,
|
"rmdir": Toybox,
|
||||||
"setsid": Toybox,
|
"setsid": Toybox,
|
||||||
"sleep": Toybox,
|
"sleep": Toybox,
|
||||||
|
"sort": Toybox,
|
||||||
"stat": Toybox,
|
"stat": Toybox,
|
||||||
"tail": Toybox,
|
"tail": Toybox,
|
||||||
"tee": Toybox,
|
"tee": Toybox,
|
||||||
|
Reference in New Issue
Block a user