Move touch(1) to toybox.
Test: treehugger Change-Id: If31fe1fdc0150d07d5421702cbac8e142f522802
This commit is contained in:
parent
3adf8b05f5
commit
734a780217
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue