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

Commit 92afd1e9 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Move to toybox unix2dos(1)."

am: 080c2455

Change-Id: Idc0559d9d743c441bd6257937de2f7ebafd235b4
parents ae0f4146 080c2455
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,
}