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

Commit ed46164d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move head(1) to toybox.

Test: clean build
Change-Id: I264c320b4a63e9b0f440791dc20ff99ec910036a
parent d28d0ec1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ var Configuration = map[string]PathConfig{
	"git":       Allowed,
	"grep":      Allowed,
	"gzip":      Allowed,
	"head":      Allowed,
	"hexdump":   Allowed,
	"hostname":  Allowed,
	"jar":       Allowed,
@@ -162,6 +161,7 @@ var Configuration = map[string]PathConfig{
	"comm":     Toybox,
	"dirname":  Toybox,
	"env":      Toybox,
	"head":     Toybox,
	"id":       Toybox,
	"od":       Toybox,
	"paste":    Toybox,