commit | 6028c3bdf4ee2aaa547fa134a52305597d6a807b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Nov 16 16:20:02 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 16 16:20:02 2018 +0000 |
tree | 726bdb04e8ff5051ce35ae27d2886aa2db2cf35b | |
parent | 485e6ebb4c0a7949a70dd25ffe812c20c9f1c8e2 [diff] | |
parent | bb19518a543c104e56f327ba053cb246592f51dd [diff] |
Merge "Move env(1) to toybox."
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 8183e23..d48ce58 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go
@@ -90,7 +90,6 @@ "du": Allowed, "echo": Allowed, "egrep": Allowed, - "env": Allowed, "expr": Allowed, "find": Allowed, "fuser": Allowed, @@ -172,6 +171,7 @@ // On linux we'll use the toybox version of these instead "cat": Toybox, "comm": Toybox, + "env": Toybox, "id": Toybox, "sleep": Toybox, "true": Toybox,