Merge "Move tee(1) to toybox."

This commit is contained in:
Treehugger Robot
2018-12-03 18:08:32 +00:00
committed by Gerrit Code Review

View File

@@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
"sort": Allowed,
"stat": Allowed,
"tar": Allowed,
"tee": Allowed,
"timeout": Allowed,
"todos": Allowed,
"touch": Allowed,
@@ -173,6 +172,7 @@ var Configuration = map[string]PathConfig{
"rmdir": Toybox,
"sleep": Toybox,
"tail": Toybox,
"tee": Toybox,
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,