Switch hostname(1) to toybox.

Test: treehugger
Change-Id: I52908a14da86ed8f162150bb48f72e141e6f060c
This commit is contained in:
Elliott Hughes
2019-01-24 15:18:06 -08:00
parent 590b1ae37c
commit d5fdd3a134

View File

@@ -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,