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

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

Merge "Move pwd(1) to toybox."

parents 5edacb26 10412ec5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ var Configuration = map[string]PathConfig{
	"pkill":     Allowed,
	"ps":        Allowed,
	"pstree":    Allowed,
	"pwd":       Allowed,
	"python":    Allowed,
	"python2.7": Allowed,
	"python3":   Allowed,
@@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{
	"env":    Toybox,
	"id":     Toybox,
	"od":     Toybox,
	"pwd":    Toybox,
	"sleep":  Toybox,
	"tail":   Toybox,
	"true":   Toybox,