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

Commit 1ff2b5d3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move tee(1) to toybox.

Test: treehugger
Change-Id: Idf7fc37d6e84c295410f71dfc1ad9e460d7f7461
parent 3b67794d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
	"sort":      Allowed,
	"stat":      Allowed,
	"tar":       Allowed,
	"tee":       Allowed,
	"timeout":   Allowed,
	"todos":     Allowed,
	"touch":     Allowed,
@@ -173,6 +172,7 @@ var Configuration = map[string]PathConfig{
	"rmdir":  Toybox,
	"sleep":  Toybox,
	"tail":   Toybox,
	"tee":    Toybox,
	"true":   Toybox,
	"uname":  Toybox,
	"uniq":   Toybox,