Move pwd(1) to toybox.
Test: treehugger Change-Id: I656e322724d13273bf1099c6cc311a520aa4173e
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user