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

Commit 10412ec5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Move pwd(1) to toybox.

Test: treehugger
Change-Id: I656e322724d13273bf1099c6cc311a520aa4173e
parent d50d40fe
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,