From bb19518a543c104e56f327ba053cb246592f51dd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 15 Nov 2018 13:55:56 -0800 Subject: [PATCH] Move env(1) to toybox. Test: clean build Change-Id: I52770c022f7d34fb83c990f485b0ca3ea29e97ee --- ui/build/paths/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 8183e2378..d48ce5830 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -90,7 +90,6 @@ var Configuration = map[string]PathConfig{ "du": Allowed, "echo": Allowed, "egrep": Allowed, - "env": Allowed, "expr": Allowed, "find": Allowed, "fuser": Allowed, @@ -172,6 +171,7 @@ var Configuration = map[string]PathConfig{ // On linux we'll use the toybox version of these instead "cat": Toybox, "comm": Toybox, + "env": Toybox, "id": Toybox, "sleep": Toybox, "true": Toybox,