Move head(1) to toybox.
Test: clean build Change-Id: I264c320b4a63e9b0f440791dc20ff99ec910036a
This commit is contained in:
parent
d28d0ec119
commit
ed46164d03
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,6 @@ var Configuration = map[string]PathConfig{
|
|||
"git": Allowed,
|
||||
"grep": Allowed,
|
||||
"gzip": Allowed,
|
||||
"head": Allowed,
|
||||
"hexdump": Allowed,
|
||||
"hostname": Allowed,
|
||||
"jar": Allowed,
|
||||
|
@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
|
|||
"comm": Toybox,
|
||||
"dirname": Toybox,
|
||||
"env": Toybox,
|
||||
"head": Toybox,
|
||||
"id": Toybox,
|
||||
"od": Toybox,
|
||||
"paste": Toybox,
|
||||
|
|
Loading…
Reference in a new issue