Move touch(1) to toybox.

Test: treehugger
Change-Id: If31fe1fdc0150d07d5421702cbac8e142f522802
This commit is contained in:
Elliott Hughes 2018-12-07 18:30:52 -08:00
parent 3adf8b05f5
commit 734a780217
1 changed files with 1 additions and 1 deletions

View File

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