Merge "Move tee(1) to toybox."
This commit is contained in:
commit
ddefe27f12
|
@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
|
||||||
"sort": Allowed,
|
"sort": Allowed,
|
||||||
"stat": Allowed,
|
"stat": Allowed,
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"tee": Allowed,
|
|
||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
"todos": Allowed,
|
"todos": Allowed,
|
||||||
"touch": Allowed,
|
"touch": Allowed,
|
||||||
|
@ -173,6 +172,7 @@ var Configuration = map[string]PathConfig{
|
||||||
"rmdir": Toybox,
|
"rmdir": Toybox,
|
||||||
"sleep": Toybox,
|
"sleep": Toybox,
|
||||||
"tail": Toybox,
|
"tail": Toybox,
|
||||||
|
"tee": Toybox,
|
||||||
"true": Toybox,
|
"true": Toybox,
|
||||||
"uname": Toybox,
|
"uname": Toybox,
|
||||||
"uniq": Toybox,
|
"uniq": Toybox,
|
||||||
|
|
Loading…
Reference in New Issue