Merge "Switch hostname(1) to toybox."
This commit is contained in:
commit
ea5c1f453c
|
@ -90,7 +90,6 @@ var Configuration = map[string]PathConfig{
|
|||
"grep": Allowed,
|
||||
"gzip": Allowed,
|
||||
"hexdump": Allowed,
|
||||
"hostname": Allowed,
|
||||
"jar": Allowed,
|
||||
"java": Allowed,
|
||||
"javap": Allowed,
|
||||
|
@ -142,6 +141,7 @@ var Configuration = map[string]PathConfig{
|
|||
"expr": Toybox,
|
||||
"head": Toybox,
|
||||
"getconf": Toybox,
|
||||
"hostname": Toybox,
|
||||
"id": Toybox,
|
||||
"ln": Toybox,
|
||||
"ls": Toybox,
|
||||
|
|
Loading…
Reference in New Issue