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

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

Merge "Move to toybox unix2dos(1)." am: 080c2455

am: 92afd1e9

Change-Id: I8718fcc27bb254ef3d031b6292809798ebbb206a
parents 9c1fb050 92afd1e9
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,
}