diff options
| author | Elliott Hughes <enh@google.com> | 2019-01-24 15:18:06 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2019-01-24 15:18:06 -0800 |
| commit | d5fdd3a134a66b2f65a1b768c4a0a1f8a3431f2c (patch) | |
| tree | ea2063f497714d2e1e1d57126e3ad6842c09f15e /ui | |
| parent | 590b1ae37cb8db754b3fc1d139b6490c4ca5752f (diff) | |
| download | build_soong-d5fdd3a134a66b2f65a1b768c4a0a1f8a3431f2c.tar.gz build_soong-d5fdd3a134a66b2f65a1b768c4a0a1f8a3431f2c.tar.bz2 build_soong-d5fdd3a134a66b2f65a1b768c4a0a1f8a3431f2c.zip | |
Switch hostname(1) to toybox.
Test: treehugger
Change-Id: I52908a14da86ed8f162150bb48f72e141e6f060c
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/paths/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 531c5d5d..b50748b8 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -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, |
