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

Commit 11e88920 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Move touch(1) to toybox. am: 734a7802 am: 2f90fc7f

am: 70a697b1

Change-Id: I6aadfb94305b7eb2ca163416e3a1b3825e6d2dcc
parents 53488ce4 70a697b1
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,