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

Commit b97cc175 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move od(1) to toybox."

parents 328b077e 505b7613
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ var Configuration = map[string]PathConfig{
	"mkdir":     Allowed,
	"mktemp":    Allowed,
	"mv":        Allowed,
	"od":        Allowed,
	"openssl":   Allowed,
	"paste":     Allowed,
	"patch":     Allowed,
@@ -173,6 +172,7 @@ var Configuration = map[string]PathConfig{
	"comm":   Toybox,
	"env":    Toybox,
	"id":     Toybox,
	"od":     Toybox,
	"sleep":  Toybox,
	"true":   Toybox,
	"uname":  Toybox,