From 734a780217939a87518276e65f06e256b0a33c52 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 7 Dec 2018 18:30:52 -0800 Subject: [PATCH] Move touch(1) to toybox. Test: treehugger Change-Id: If31fe1fdc0150d07d5421702cbac8e142f522802 --- ui/build/paths/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 592c2eb55..9ec1ea9c3 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -129,7 +129,6 @@ var Configuration = map[string]PathConfig{ "stat": Allowed, "tar": Allowed, "timeout": Allowed, - "touch": Allowed, "tr": Allowed, "unzip": Allowed, "wc": Allowed, @@ -171,6 +170,7 @@ var Configuration = map[string]PathConfig{ "sleep": Toybox, "tail": Toybox, "tee": Toybox, + "touch": Toybox, "true": Toybox, "uname": Toybox, "uniq": Toybox,