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

Commit c5081214 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Move comm(1) to toybox."

parents 6105c35d 6bdad22f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ var Configuration = map[string]PathConfig{
	"bzip2":     Allowed,
	"chmod":     Allowed,
	"cmp":       Allowed,
	"comm":      Allowed,
	"cp":        Allowed,
	"cut":       Allowed,
	"date":      Allowed,
@@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{

	// On linux we'll use the toybox version of these instead
	"cat":    Toybox,
	"comm":   Toybox,
	"id":     Toybox,
	"sleep":  Toybox,
	"true":   Toybox,