summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2018-11-27 09:28:10 -0800
committer Elliott Hughes <enh@google.com> 2018-11-30 12:36:44 -0800
commit1ff2b5d34cf1b12175a97a7e88c21c8709aa7125 (patch)
tree16cc343f64a7e93d1c13e2c3cf58f3d955776126
parent3b67794d7f6b214334f059dba1afd82671ea5507 (diff)
Move tee(1) to toybox.
Test: treehugger Change-Id: Idf7fc37d6e84c295410f71dfc1ad9e460d7f7461
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index b0d9e7201..89d012e50 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -134,7 +134,6 @@ var Configuration = map[string]PathConfig{
"sort": Allowed,
"stat": Allowed,
"tar": Allowed,
- "tee": Allowed,
"timeout": Allowed,
"todos": Allowed,
"touch": Allowed,
@@ -173,6 +172,7 @@ var Configuration = map[string]PathConfig{
"rmdir": Toybox,
"sleep": Toybox,
"tail": Toybox,
+ "tee": Toybox,
"true": Toybox,
"uname": Toybox,
"uniq": Toybox,