Move tail(1) to toybox.
Test: treehugger Change-Id: If421513911208db4542c4767168ce50b7b837af8
This commit is contained in:
@@ -137,7 +137,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"sort": Allowed,
|
"sort": Allowed,
|
||||||
"stat": Allowed,
|
"stat": Allowed,
|
||||||
"tar": Allowed,
|
"tar": Allowed,
|
||||||
"tail": Allowed,
|
|
||||||
"tee": Allowed,
|
"tee": Allowed,
|
||||||
"timeout": Allowed,
|
"timeout": Allowed,
|
||||||
"todos": Allowed,
|
"todos": Allowed,
|
||||||
@@ -174,6 +173,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
"od": Toybox,
|
"od": Toybox,
|
||||||
"sleep": Toybox,
|
"sleep": Toybox,
|
||||||
|
"tail": Toybox,
|
||||||
"true": Toybox,
|
"true": Toybox,
|
||||||
"uname": Toybox,
|
"uname": Toybox,
|
||||||
"uniq": Toybox,
|
"uniq": Toybox,
|
||||||
|
Reference in New Issue
Block a user