Merge "Switch hostname(1) to toybox."

This commit is contained in:
Treehugger Robot 2019-01-25 17:44:12 +00:00 committed by Gerrit Code Review
commit ea5c1f453c
1 changed files with 1 additions and 1 deletions

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,