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

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

Merge "Move to toybox unix2dos(1)."

parents 53afe27e 5172a8b5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,10 +132,8 @@ var Configuration = map[string]PathConfig{
	"stat":      Allowed,
	"tar":       Allowed,
	"timeout":   Allowed,
	"todos":     Allowed,
	"touch":     Allowed,
	"tr":        Allowed,
	"unix2dos":  Allowed,
	"unzip":     Allowed,
	"wc":        Allowed,
	"which":     Allowed,
@@ -176,6 +174,7 @@ var Configuration = map[string]PathConfig{
	"true":     Toybox,
	"uname":    Toybox,
	"uniq":     Toybox,
	"unix2dos": Toybox,
	"whoami":   Toybox,
	"xxd":      Toybox,
}