Switch to toybox hostname(1).

Test: treehugger
Change-Id: Ibf89209befc8564b308c4b26bf08cef721938099
This commit is contained in:
Elliott Hughes
2019-01-18 15:11:22 -08:00
parent f41ed72c97
commit b115b81095

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,
@@ -146,6 +145,7 @@ var Configuration = map[string]PathConfig{
"expr": Toybox,
"head": Toybox,
"getconf": Toybox,
"hostname": Toybox,
"id": Toybox,
"ln": Toybox,
"ls": Toybox,