Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 734a7802 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move touch(1) to toybox.

Test: treehugger
Change-Id: If31fe1fdc0150d07d5421702cbac8e142f522802
parent 3adf8b05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,